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
4d2f2e3c
Commit
4d2f2e3c
authored
Dec 30, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wxl-develop'
parents
544c1d54
63fa3054
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
index.html
index.html
+1
-1
webapp.js
src/models/webapp.js
+4
-0
No files found.
index.html
View file @
4d2f2e3c
...
...
@@ -18,6 +18,6 @@
</head>
<body>
<div
id=
"root"
></div>
<script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.js?157770
0136286
"
charset=
"utf-8"
></script>
<script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.js?157770
3550392
"
charset=
"utf-8"
></script>
</body>
</html>
\ No newline at end of file
src/models/webapp.js
View file @
4d2f2e3c
...
...
@@ -1222,6 +1222,10 @@ export default {
yield
put
({
type
:
'hqstatistical/pageInit'
,
});
}
else
if
(
pathToRegexp
(
'/sjd/permissionsetting/:id'
).
exec
(
locationPathname
))
{
yield
put
({
type
:
'permissionsetting/pageInit'
,
});
}
// yield put({
// type: 'joinschooladd/pageInit',
...
...
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