Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
5a8fb8a8
Commit
5a8fb8a8
authored
Aug 20, 2024
by
wq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8.20-17:55
parent
d8499088
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
11 deletions
+25
-11
src/router/index.js
+1
-1
src/views/home/navMenu.vue
+17
-9
src/views/system/app.vue
+7
-1
No files found.
src/router/index.js
View file @
5a8fb8a8
...
@@ -121,7 +121,7 @@ const routes = [
...
@@ -121,7 +121,7 @@ const routes = [
{
{
path
:
'/saas/app'
,
path
:
'/saas/app'
,
component
:
()
=>
import
(
'@/views/system/app.vue'
),
component
:
()
=>
import
(
'@/views/system/app.vue'
),
name
:
'
system_app
'
,
name
:
'
app_management
'
,
meta
:
{
meta
:
{
title
:
'应用中心'
title
:
'应用中心'
}
}
...
...
src/views/home/navMenu.vue
View file @
5a8fb8a8
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<span
class=
"label"
>
{{
nav
.
label
}}
</span>
<span
class=
"label"
>
{{
nav
.
label
}}
</span>
</
template
>
</
template
>
</el-menu-item>
</el-menu-item>
<el-submenu
:key=
"index"
v-else
:index=
"nav.index"
>
<el-submenu
:key=
"
nav.
index"
v-else
:index=
"nav.index"
>
<
template
slot=
"title"
>
<
template
slot=
"title"
>
<i
:class=
"nav.icon"
></i>
<i
:class=
"nav.icon"
></i>
<span
class=
"label"
>
{{
nav
.
label
}}
</span>
<span
class=
"label"
>
{{
nav
.
label
}}
</span>
...
@@ -263,14 +263,14 @@ export default {
...
@@ -263,14 +263,14 @@ export default {
index
:
'/saas/sku-manage'
,
index
:
'/saas/sku-manage'
,
children
:
[]
children
:
[]
},
},
{
//
{
id
:
11
,
//
id: 11,
path
:
''
,
//
path: '',
label
:
'应用中心'
,
//
label: '应用中心',
icon
:
'el-icon-s-grid'
,
//
icon: 'el-icon-s-grid',
index
:
'/saas/app'
,
//
index: '/saas/app',
children
:
[]
//
children: []
}
//
}
]
]
},
},
{
{
...
@@ -298,6 +298,14 @@ export default {
...
@@ -298,6 +298,14 @@ export default {
},
},
]
]
},
},
{
id
:
7
,
path
:
''
,
label
:
'应用中心'
,
icon
:
'el-icon-menu'
,
index
:
'/saas/app'
,
children
:
[]
},
],
],
dialogVisible
:
false
,
dialogVisible
:
false
,
oldPwd
:
''
,
oldPwd
:
''
,
...
...
src/views/system/app.vue
View file @
5a8fb8a8
...
@@ -158,6 +158,7 @@
...
@@ -158,6 +158,7 @@
</div>
</div>
</template> -->
</template> -->
</upload-images>
</upload-images>
<span
class=
"tip_text"
>
上传应用图标
</span>
</div>
</div>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -864,7 +865,12 @@ export default {
...
@@ -864,7 +865,12 @@ export default {
.item
:not
(
:last-child
)
{
.item
:not
(
:last-child
)
{
margin-right
:
10px
;
margin-right
:
10px
;
}
}
.tip_text
{
display
:
inline-block
;
color
:
#999
;
width
:
238px
;
text-align
:
center
;
}
.upload-demo
::v-deep
.el-upload--text
{
.upload-demo
::v-deep
.el-upload--text
{
width
:
100%
;
width
:
100%
;
white-space
:
nowrap
;
white-space
:
nowrap
;
...
...
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