Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-manage-shell
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
dcxy-manage-shell
Commits
a2fcaffd
Commit
a2fcaffd
authored
Mar 26, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扩展公共mixin
parent
4837694f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
mixins.js
src/lib/mixins.js
+12
-0
main.js
src/main.js
+1
-3
No files found.
src/lib/mixins.js
View file @
a2fcaffd
...
...
@@ -6,6 +6,11 @@ import Admin from '../mixins/admins/admins';
import
Menu
from
'../mixins/menu/menus'
;
import
UserInfoLabel
from
'../mixins/user/getUserInfoLabel'
;
import
UserBaseInfo
from
'../mixins/user/userBaseInfo'
;
import
Area
from
'../components/input/AreaSelect/mixin'
;
import
BaseData
from
'../components/input/BaseDataSelect/mixin'
;
import
BeanType
from
'../components/input/BeanTypeSelect/mixin'
;
import
OperatorOptions
from
'../components/input/OperatorSelect/mixin'
;
import
ServiceType
from
'../components/input/ServiceTypeSelect/mixin'
;
export
default
{
Dialog
,
...
...
@@ -16,4 +21,11 @@ export default {
Menu
,
UserInfoLabel
,
UserBaseInfo
,
Input
:
{
Area
,
BaseData
,
BeanType
,
OperatorOptions
,
ServiceType
,
},
};
src/main.js
View file @
a2fcaffd
...
...
@@ -8,8 +8,6 @@ let allAasyncRouterMap = [
...
systemManage
.
default
,
];
let
app
=
System
.
createSystem
({
System
.
createSystem
({
routers
:
allAasyncRouterMap
,
});
app
.
mount
();
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