diff --git a/app.js b/app.js index 098475c..2d37069 100644 --- a/app.js +++ b/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 = { diff --git a/manifest.json b/manifest.json index a5fd355..24c825c 100644 --- a/manifest.json +++ b/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" } }