Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kimber
ZiBoYingJI
Commits
c311c010
Commit
c311c010
authored
Jul 24, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增公司 大屏地址跳转 角色范围
parent
971c40f9
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
528 additions
and
15 deletions
+528
-15
home4Index.vue
src/views/home4Index.vue
+7
-3
index.vue
src/views/kd/c/enterprise/index.vue
+518
-9
index.vue
src/views/kd/e/enterprise/index.vue
+2
-2
index.vue
src/views/system/role/index.vue
+1
-1
No files found.
src/views/home4Index.vue
View file @
c311c010
...
...
@@ -79,6 +79,7 @@ export default {
},
methods
:
{
navTo
(
type
)
{
var
host
=
location
.
protocol
+
'
//
'
+
window
.
location
.
host
;
if
(
type
===
"
admin
"
)
{
// this.$router.push({ path: "home4Center" });
...
...
@@ -87,12 +88,15 @@ export default {
}
else
if
(
type
===
"
应急管理
"
){
// this.$router.push({ path: "home4Center" });
// this.$router.push({ path: "/user/center" });
location
.
href
=
'
http://192.168.3.226:8057/datav/index.html
'
// location.href = 'http://192.168.3.226:8057/datav/index.html'
location
.
href
=
host
+
'
/datav/index.html
'
}
else
if
(
type
===
"
自然资源
"
){
// location.href = process.env.NODE_ENV + ''
location
.
href
=
'
http://192.168.3.226:8057/datav/natural.html
'
// location.href = 'http://192.168.3.226:8057/datav/natural.html'
location
.
href
=
host
+
'
/datav/natural.html
'
}
else
if
(
type
===
"
水利系统
"
){
location
.
href
=
'
http://192.168.3.226:8057/datav/watersource.html
'
// location.href = 'http://192.168.3.226:8057/datav/watersource.html'
location
.
href
=
host
+
'
/datav/watersource.html
'
}
else
if
(
type
===
"
电子档案馆
"
){
// this.$router.push({ path: "home4Center" });
this
.
$router
.
push
({
path
:
"
/user/center
"
});
...
...
src/views/kd/c/enterprise/index.vue
View file @
c311c010
This diff is collapsed.
Click to expand it.
src/views/kd/e/enterprise/index.vue
View file @
c311c010
...
...
@@ -206,7 +206,7 @@
<el-upload
v-show=
"editing"
class=
"upload-demo"
action=
"/api/file/upload
"
:action=
"`$
{baseApi}/api/file/upload`
"
multiple
:headers="httpHeaders"
:limit="1"
...
...
@@ -247,7 +247,7 @@
<el-upload
v-show=
"editing"
class=
"upload-demo"
action=
"/api/file/upload
"
:action=
"`$
{baseApi}/api/file/upload`
"
multiple
:headers="httpHeaders"
:limit="1"
...
...
src/views/system/role/index.vue
View file @
c311c010
...
...
@@ -146,7 +146,7 @@ export default {
mixins
:
[
presenter
(),
header
(),
form
(
defaultForm
),
crud
()],
data
()
{
return
{
dateScopes
:
[
"
本级
"
,
"
全部
"
],
dateScopes
:
[
"
全部
"
,
"
本级及以下
"
,
"
自定义
"
,
],
defaultProps
:
{
children
:
'
children
'
,
label
:
'
label
'
,
isLeaf
:
'
leaf
'
},
level
:
3
,
currentId
:
0
,
currentName
:
''
,
menuLoading
:
false
,
showButton
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment