Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
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
ReactWeb5
CivWeb
Commits
47aedd6a
Commit
47aedd6a
authored
3 years ago
by
邓晓峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复登陆Login import
parent
e5f85131
master
dev
devNew
feat/layout-flat
patch-1
soundai
test
zhongyi
No related merge requests found
Pipeline
#40431
passed with stages
in 47 minutes 37 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
app.js
src/app.js
+1
-2
initConfig.js
src/initConfig.js
+1
-1
No files found.
src/app.js
View file @
47aedd6a
...
...
@@ -31,8 +31,7 @@ import App from './containers/App';
import
{
actionCreators
}
from
'./containers/App/store'
;
import
{
LocaleContainer
}
from
'./locales/locale'
;
import
{
initMicroApps
}
from
'./micro'
;
import
Login
from
'./pages/user/login/login'
;
import
{
getToken
,
isString
}
from
'./utils/utils'
;
import
{
initGlobalConfig
}
from
'./initConfig'
import
'./utils/event'
;
import
Cookies
from
'js-cookie'
;
...
...
This diff is collapsed.
Click to expand it.
src/initConfig.js
View file @
47aedd6a
...
...
@@ -3,7 +3,7 @@ import { initMicroApps } from './micro';
import
{
params
,
Storeage
}
from
'kit_utils'
;
import
{
actionCreators
}
from
'./containers/App/store'
;
import
{
getToken
,
isString
}
from
'./utils/utils'
;
import
Login
from
'./pages/user/login/login'
;
const
namespace
=
`__PANDA_STORE__
${
location
.
hostname
}
`
;
window
.
createStoreage
=
new
Storeage
(
namespace
);
...
...
This diff is collapsed.
Click to expand it.
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