Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
wanda-ball
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
08687a22
authored
May 27, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
da4957fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/modules/js/api.js
+5
-5
No files found.
src/modules/js/api.js
View file @
08687a22
...
...
@@ -15,7 +15,7 @@
const
mode
=
process
.
env
.
NODE_ENV
const
weburl
=
'
/relay/contest/h5
'
const
weburl
=
'
https://wanda-h5.bdideal.com
'
// 正式地址
// var url = mode === 'development' ? 'http://web-comment.canskj.cn' : 'http://wanda-qj.iyunfish.com'
// 测试地址
...
...
@@ -26,13 +26,13 @@ var server = url;
var
extra
=
'7'
;
//防封包装的地址
var
wrapHref
=
'https://wanda-h5.bdideal.com'
+
'/
video/index.html'
;
var
wrapHref
=
weburl
+
'/test-
video/index.html'
;
//首页地址
var
indexHref
=
'https://wanda-h5.bdideal.com'
+
'/
video/index.html'
;
var
indexHref
=
weburl
+
'/test-
video/index.html'
;
// 个人中心地址
var
userCenterHref
=
'https://wanda-h5.bdideal.com'
+
'/
video/user.html'
;
var
shareImg
=
'https://wanda-h5.bdideal.com'
+
'/
video/static/share.jpg'
;
var
userCenterHref
=
weburl
+
'/test-
video/user.html'
;
var
shareImg
=
weburl
+
'/test-
video/static/share.jpg'
;
var
signHref
=
'http://mr-static.maxrocky.com/h5/wanda/dzgp/index.html'
export
default
{
server
,
...
...
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