Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
baohui-jewelry-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
166cd506
authored
2019-12-20 16:08:59 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
9d6b20a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/api/fetch-api.js
src/api/fetch-api.js
View file @
166cd50
...
...
@@ -12,8 +12,8 @@ function Toast(msg) {
// 服务器地址
let
base
=
"https://ow.go.qudone.com/baohui_jewelry_api/h5"
;
if
(
location
.
href
.
indexOf
(
"//k.wxpai.cn"
)
>
0
)
{
base
=
"https://api.k.wxpai.cn/bizproxy
"
if
(
location
.
href
.
indexOf
(
'://k.wxpai.cn'
)
>
0
||
location
.
href
.
indexOf
(
'h5.k.wxpai.cn'
)
>
0
)
{
base
=
"https://api.k.wxpai.cn/bizproxy
/baohui_jewelry_api/h5"
;
}
// let base = COM.baseUrl;
...
...
Please
register
or
sign in
to post a comment