Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bms-vue-obear
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
daywrite
bms-vue-obear
Commits
5de8cb9b
Commit
5de8cb9b
authored
May 03, 2019
by
daywrite
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复菜单接入域name
parent
f96bb256
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
16 deletions
+16
-16
index.ejs
index.ejs
+5
-5
account-app.scss
src/assets/css/account-app.scss
+1
-1
case-app.scss
src/assets/css/case-app.scss
+1
-1
document-app.scss
src/assets/css/document-app.scss
+1
-1
reim-app.scss
src/assets/css/reim-app.scss
+1
-1
supplier-app.scss
src/assets/css/supplier-app.scss
+2
-2
route.js
src/route.js
+5
-5
No files found.
index.ejs
View file @
5de8cb9b
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
"icon"
:
"fa-home"
,
"icon"
:
"fa-home"
,
"isRouteShow"
:
1
,
"isRouteShow"
:
1
,
"title"
:
"费用报销"
,
"title"
:
"费用报销"
,
"appName"
:
'reimbursement'
,
"appName"
:
'reimbursement
Management
'
,
"url"
:
"/reimbursement"
"url"
:
"/reimbursement"
},
{
},
{
"icon"
:
"fa-home"
,
"icon"
:
"fa-home"
,
...
@@ -41,25 +41,25 @@
...
@@ -41,25 +41,25 @@
"icon"
:
"fa-home"
,
"icon"
:
"fa-home"
,
"isRouteShow"
:
1
,
"isRouteShow"
:
1
,
"title"
:
"文档管理"
,
"title"
:
"文档管理"
,
"appName"
:
'document'
,
"appName"
:
'document
Management
'
,
"url"
:
"/document"
"url"
:
"/document"
},
{
},
{
"icon"
:
"fa-home"
,
"icon"
:
"fa-home"
,
"isRouteShow"
:
1
,
"isRouteShow"
:
1
,
"title"
:
"工单管理"
,
"title"
:
"工单管理"
,
"appName"
:
'case'
,
"appName"
:
'case
Management
'
,
"url"
:
"/case"
"url"
:
"/case"
},
{
},
{
"icon"
:
"fa-home"
,
"icon"
:
"fa-home"
,
"isRouteShow"
:
1
,
"isRouteShow"
:
1
,
"title"
:
"供应商管理"
,
"title"
:
"供应商管理"
,
"appName"
:
'supplier'
,
"appName"
:
'supplier
s
'
,
"url"
:
"/supplier"
"url"
:
"/supplier"
},
{
},
{
"icon"
:
"fa-home"
,
"icon"
:
"fa-home"
,
"isRouteShow"
:
1
,
"isRouteShow"
:
1
,
"title"
:
"员工管理"
,
"title"
:
"员工管理"
,
"appName"
:
'account'
,
"appName"
:
'account
s
'
,
"url"
:
"/account"
"url"
:
"/account"
}],
}],
homePage
:
{
homePage
:
{
...
...
src/assets/css/account-app.scss
View file @
5de8cb9b
.account-app
{
.account
s
-app
{
.color-649FD7
{
.color-649FD7
{
color
:
#649FD7
color
:
#649FD7
}
}
...
...
src/assets/css/case-app.scss
View file @
5de8cb9b
.case-app
{
.case
Management
-app
{
.mb10
{
.mb10
{
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
...
...
src/assets/css/document-app.scss
View file @
5de8cb9b
.document-app
{
.document
Management
-app
{
.el-button--cancel
{
.el-button--cancel
{
color
:white
;
color
:white
;
background-color
:
#EB7567
;
background-color
:
#EB7567
;
...
...
src/assets/css/reim-app.scss
View file @
5de8cb9b
.reimbursement-app
{
.reimbursement
Management
-app
{
.el-button--cancel
{
.el-button--cancel
{
color
:white
;
color
:white
;
background-color
:
#EB7567
;
background-color
:
#EB7567
;
...
...
src/assets/css/supplier-app.scss
View file @
5de8cb9b
.supplier-app
{
.supplier
s
-app
{
.color-dc3545
{
.color-dc3545
{
color
:
#dc3545
;
color
:
#dc3545
;
}
}
...
...
src/route.js
View file @
5de8cb9b
...
@@ -30,22 +30,22 @@ let RouterInit = () => {
...
@@ -30,22 +30,22 @@ let RouterInit = () => {
portal
.
createApp
(
appName
,
{},
app
=>
{
portal
.
createApp
(
appName
,
{},
app
=>
{
app
.
mapRoute
(
routes
)
app
.
mapRoute
(
routes
)
})
})
portal
.
createApp
(
'reimbursement'
,
{},
app
=>
{
portal
.
createApp
(
'reimbursement
Management
'
,
{},
app
=>
{
app
.
mapRoute
(
reimRoutes
)
app
.
mapRoute
(
reimRoutes
)
})
})
portal
.
createApp
(
'task'
,
{},
app
=>
{
portal
.
createApp
(
'task'
,
{},
app
=>
{
app
.
mapRoute
(
taskRoutes
)
app
.
mapRoute
(
taskRoutes
)
})
})
portal
.
createApp
(
'document'
,
{},
app
=>
{
portal
.
createApp
(
'document
Management
'
,
{},
app
=>
{
app
.
mapRoute
(
documentRoutes
)
app
.
mapRoute
(
documentRoutes
)
})
})
portal
.
createApp
(
'case'
,
{},
app
=>
{
portal
.
createApp
(
'case
Management
'
,
{},
app
=>
{
app
.
mapRoute
(
caseRoutes
)
app
.
mapRoute
(
caseRoutes
)
})
})
portal
.
createApp
(
'supplier'
,
{},
app
=>
{
portal
.
createApp
(
'supplier
s
'
,
{},
app
=>
{
app
.
mapRoute
(
supplierRoute
)
app
.
mapRoute
(
supplierRoute
)
})
})
portal
.
createApp
(
'account'
,
{},
app
=>
{
portal
.
createApp
(
'account
s
'
,
{},
app
=>
{
app
.
mapRoute
(
accountRoute
)
app
.
mapRoute
(
accountRoute
)
})
})
// portal.createApp('client', {}, app => {
// portal.createApp('client', {}, app => {
...
...
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