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
25c48e12
Commit
25c48e12
authored
Jul 03, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://47.99.244.21:9999/chehuidong/saas-manage
into dev
parents
9e031246
ff7c09a5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
src/router/index.js
+12
-0
src/views/basics/currency.vue
+0
-0
src/views/home/navMenu.vue
+16
-0
No files found.
src/router/index.js
View file @
25c48e12
...
...
@@ -53,6 +53,18 @@ const routes = [
name
:
'system_user'
,
meta
:
{
title
:
'用户管理'
},
},
{
path
:
'/saas/currency'
,
component
:
()
=>
import
(
'@/views/basics/currency.vue'
),
name
:
'basics_currency'
,
meta
:
{
title
:
'汇率币种'
},
},
{
path
:
'/saas/timed_task'
,
component
:
()
=>
import
(
'@/views/system/timed_task.vue'
),
name
:
'system_timed_task'
,
meta
:
{
title
:
'定时任务'
},
},
],
},
]
...
...
src/views/basics/currency.vue
0 → 100644
View file @
25c48e12
This diff is collapsed.
Click to expand it.
src/views/home/navMenu.vue
View file @
25c48e12
...
...
@@ -179,6 +179,22 @@ export default {
index
:
'user'
,
children
:
[],
},
{
id
:
4
,
path
:
''
,
label
:
'汇率币种'
,
icon
:
'el-icon-bank-card'
,
index
:
'/saas/currency'
,
children
:
[],
},
// {
// id: 4,
// path: '',
// label: '定时任务',
// icon: 'el-icon-message-solid',
// index: '/saas/timed_task',
// children: [],
// },
],
},
],
...
...
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