Browse Source

修正接口错误地址

master
453530270@qq.com 3 years ago
parent
commit
530ed34d6c
  1. 6
      app.js
  2. 6
      manifest.json

6
app.js

@ -12,12 +12,12 @@ if (process.env.NODE_ENV == 'production'||true) { //生产环境
// pc端地址
pcUrl:'https://xmg.xusexchange.com/',
// app名称
appName: 'YBGCoins',
appName: 'XUSexchange',
// 版本
version: '1.0.0',
// 移动端地址
mobile: 'https://h5.xusexchange.com/',
down:"https://h5.xusexchange.com/download/CINSCoin.html"
mobile: 'https://app.xusexchange.com/',
down:"https://app.xusexchange.com/download/CINSCoin.html"
};
} else { //开发环境
config = {

6
manifest.json

@ -1,5 +1,5 @@
{
"name" : "YBGCoins",
"name" : "XUSexchange",
"appid" : "__UNI__88A589F",
"description" : "",
"versionName" : "1.0.0",
@ -112,7 +112,7 @@
"router" : {
"base" : "./"
},
"domain" : "https://h5.xusexchange.com",
"title" : "YBGCoins"
"domain" : "https://app.xusexchange.com",
"title" : "XUSexchange"
}
}

Loading…
Cancel
Save