Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
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
wangxuelai
biz.qingxiao.com
Commits
0fdb8834
Commit
0fdb8834
authored
Dec 30, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/bww-v1' into wxl-develop
parents
4a63f70b
feb78548
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
webapp.js
src/models/webapp.js
+11
-0
index.js
src/pages/404/index.js
+1
-1
index.js
src/pages/permissionsetting/index.js
+1
-1
No files found.
src/models/webapp.js
View file @
0fdb8834
...
...
@@ -1004,6 +1004,17 @@ export default {
id
:
permissionMatch
[
1
],
},
});
dispatch
({
type
:
'updateState'
,
payload
:
{
breadcrumbList
:
[
{
path
:
'sjd/institutions'
,
name
:
'机构管理'
,
},
],
},
});
}
});
},
...
...
src/pages/404/index.js
View file @
0fdb8834
...
...
@@ -5,7 +5,7 @@ import errorPageStyle from './index.less';
import
{
pageIn
}
from
'../../utils/index'
;
class
Errorpage
extends
React
.
Component
{
componentDidMount
()
{
// 挂载
pageIn
(
'
商家岛商户后台-活动管理
'
);
pageIn
(
'
轻校
'
);
}
componentWillUnmount
()
{
// 卸载
}
...
...
src/pages/permissionsetting/index.js
View file @
0fdb8834
...
...
@@ -19,7 +19,7 @@ class PermissionSetting extends React.Component {
};
}
componentDidMount
()
{
// 挂载
pageIn
(
'轻校
通总后台
-权限设置'
);
pageIn
(
'轻校-权限设置'
);
}
componentWillUnmount
()
{
// 卸载
}
...
...
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