Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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
张冬
web-site
Commits
8b0c547d
Commit
8b0c547d
authored
Nov 12, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
80f4021e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
header.vue
components/header.vue
+1
-1
favicon-bak.ico
static/favicon-bak.ico
+0
-0
favicon.ico
static/favicon.ico
+0
-0
request.js
utils/request.js
+1
-1
No files found.
components/header.vue
View file @
8b0c547d
...
...
@@ -71,7 +71,7 @@ import Cookies from 'js-cookie'
let
token
=
Cookies
.
get
(
"token"
)
if
(
token
){
/* window.location.href="http://192.168.200.201:8082/#/purchaser/Home" */
window
.
location
.
href
=
`http://
60.205.251.80:8082
/#/purchaser/Home?token=
${
token
}
`
window
.
location
.
href
=
`http://
merchants.eugood.cn
/#/purchaser/Home?token=
${
token
}
`
}
/* window.location.href=`http://192.168.200.201:8082/#/purchaser/Home?token=${token}` */
},
...
...
static/favicon-bak.ico
0 → 100644
View file @
8b0c547d
1.36 KB
static/favicon.ico
View replaced file @
80f4021e
View file @
8b0c547d
1.36 KB
|
W:
|
H:
20.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
utils/request.js
View file @
8b0c547d
...
...
@@ -8,7 +8,7 @@ import requestUrl from '../utils/Domain.js'
// 创建axios实例
const
service
=
axios
.
create
({
baseURL
:
'http://
60.205.251.80:8082
/apis'
,
baseURL
:
'http://
www.eugood.cn
/apis'
,
/* baseURL: 'http://192.168.43.117:8085/apis', */
timeout
:
35000
// 请求超时时间
})
...
...
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