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
7b0cf5c4
Commit
7b0cf5c4
authored
Oct 10, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cookie
parent
715e8976
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
index.html
dist/index.html
+1
-1
app.d326238a16feda58b565.js
dist/static/js/app.d326238a16feda58b565.js
+1
-1
index.js
src/router/index.js
+0
-1
index.js
src/service/index.js
+0
-1
No files found.
dist/index.html
View file @
7b0cf5c4
...
...
@@ -11,4 +11,4 @@
position
:
fixed
;
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.eb1d5e0a3a46a22bec6f.js
></script></body></html>
\ No newline at end of file
/* 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.d326238a16feda58b565.js
></script></body></html>
\ No newline at end of file
dist/static/js/app.
eb1d5e0a3a46a22bec6f
.js
→
dist/static/js/app.
d326238a16feda58b565
.js
View file @
7b0cf5c4
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/router/index.js
View file @
7b0cf5c4
...
...
@@ -688,7 +688,6 @@ router.beforeEach((to, from, next) => {
goOn
()
}).
catch
((
err
)
=>
{
console
.
log
(
err
)
goOn
()
if
(
localStorage
.
getItem
(
'userDesc'
))
{
goOn
()
}
...
...
src/service/index.js
View file @
7b0cf5c4
...
...
@@ -28,7 +28,6 @@ axios.interceptors.request.use(
// 添加token到headers
if
(
token
)
{
config
.
headers
.
token
=
token
}
// 鉴权参数设置
if
(
config
.
method
===
'get'
&&
config
.
url
!==
'/api/admin/login'
)
{
...
...
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