Commit 08687a22 by hank

bug

parent da4957fe
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
const mode = process.env.NODE_ENV 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' // var url = mode === 'development' ? 'http://web-comment.canskj.cn' : 'http://wanda-qj.iyunfish.com'
// 测试地址 // 测试地址
...@@ -26,13 +26,13 @@ var server = url; ...@@ -26,13 +26,13 @@ var server = url;
var extra = '7'; 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 userCenterHref = weburl + '/test-video/user.html';
var shareImg = 'https://wanda-h5.bdideal.com' + '/video/static/share.jpg'; var shareImg = weburl + '/test-video/static/share.jpg';
var signHref = 'http://mr-static.maxrocky.com/h5/wanda/dzgp/index.html' var signHref = 'http://mr-static.maxrocky.com/h5/wanda/dzgp/index.html'
export default{ export default{
server, server,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment