From 530ed34d6c65770e3372372d5c84cde3aedb13cb Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Tue, 29 Aug 2023 20:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8E=A5=E5=8F=A3=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 6 +++--- manifest.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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" } }