Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
new-sing
h5-base
Commits
46b01a0f
Commit
46b01a0f
authored
Oct 10, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提议
parent
2a979b27
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
index.html
dist/index.html
+1
-1
app.454d1b9949ac50204f2e.js
dist/static/js/app.454d1b9949ac50204f2e.js
+1
-0
app.bda789fc5cbd4822a23d.js
dist/static/js/app.bda789fc5cbd4822a23d.js
+0
-1
index.js
src/router/index.js
+1
-1
index.js
src/service/index.js
+2
-2
No files found.
dist/index.html
View file @
46b01a0f
...
@@ -11,4 +11,4 @@
...
@@ -11,4 +11,4 @@
position
:
fixed
;
position
:
fixed
;
background
:
#f4f4f4
;
background
:
#f4f4f4
;
}
}
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.419a340d5d99fa41c7715c7b65489c6f.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script></script><script
type=
text/javascript
src=
static/js/manifest.eea332e10e945cc2e81d.js
></script><script
type=
text/javascript
src=
static/js/vendor.0c1d6ebbba685002d59c.js
></script><script
type=
text/javascript
src=
static/js/app.bda789fc5cbd4822a23d.js
></script></body></html>
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.419a340d5d99fa41c7715c7b65489c6f.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script></script><script
type=
text/javascript
src=
static/js/manifest.eea332e10e945cc2e81d.js
></script><script
type=
text/javascript
src=
static/js/vendor.0c1d6ebbba685002d59c.js
></script><script
type=
text/javascript
src=
static/js/app.454d1b9949ac50204f2e.js
></script></body></html>
\ No newline at end of file
\ No newline at end of file
dist/static/js/app.454d1b9949ac50204f2e.js
0 → 100644
View file @
46b01a0f
This diff is collapsed.
Click to expand it.
dist/static/js/app.bda789fc5cbd4822a23d.js
deleted
100644 → 0
View file @
2a979b27
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
46b01a0f
...
@@ -685,7 +685,7 @@ router.beforeEach((to, from, next) => {
...
@@ -685,7 +685,7 @@ router.beforeEach((to, from, next) => {
goOn
()
goOn
()
}).
catch
((
err
)
=>
{
}).
catch
((
err
)
=>
{
console
.
log
(
err
)
console
.
log
(
err
)
goOn
()
//
goOn()
if
(
localStorage
.
getItem
(
'userDesc'
))
{
if
(
localStorage
.
getItem
(
'userDesc'
))
{
goOn
()
goOn
()
}
}
...
...
src/service/index.js
View file @
46b01a0f
...
@@ -97,13 +97,13 @@ axios.interceptors.response.use(
...
@@ -97,13 +97,13 @@ axios.interceptors.response.use(
response
=>
{
response
=>
{
if
(
response
.
data
.
code
===
501
)
{
if
(
response
.
data
.
code
===
501
)
{
// 登录验证
// 登录验证
/*
router.push({
router
.
push
({
name
:
'author'
,
//从哪个页面跳转
name
:
'author'
,
//从哪个页面跳转
query
:
{
query
:
{
retUrl
:
window
.
location
.
href
.
split
(
'#'
)[
1
]
||
''
,
retUrl
:
window
.
location
.
href
.
split
(
'#'
)[
1
]
||
''
,
is_new_user_url
:
1
is_new_user_url
:
1
}
}
})
*/
})
}
}
return
response
;
return
response
;
},
},
...
...
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