From af197cab0966db30bd1fa05bb5a3b780e5b4ecb3 Mon Sep 17 00:00:00 2001 From: luyisha Date: Tue, 29 Aug 2023 18:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 14 +++++++------- manifest.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app.js b/app.js index f5a663f..098475c 100644 --- a/app.js +++ b/app.js @@ -3,21 +3,21 @@ let config = {}; if (process.env.NODE_ENV == 'production'||true) { //生产环境 config = { // ajax地址 - baseUrl: 'https://seees.ybgcoins.com/', + baseUrl: 'https://xmg.xusexchange.com/', // 图片地址 (暂时无用) - imgUrl: 'https://seees.ybgcoins.com/storage', + imgUrl: 'https://xmg.xusexchange.com/storage', // socket地址 - socketUrl: 'wss://seees.ybgcoins.com/ws1', - socketUrl1: 'wss://seees.ybgcoins.com/ws2', + socketUrl: 'wss://xmg.xusexchange.com/ws1', + socketUrl1: 'wss://xmg.xusexchange.com/ws2', // pc端地址 - pcUrl:'https://www.ybgcoins.com/', + pcUrl:'https://xmg.xusexchange.com/', // app名称 appName: 'YBGCoins', // 版本 version: '1.0.0', // 移动端地址 - mobile: 'https://h5.ybgcoins.com/', - down:"https://h5.ybgcoins.com/download/CINSCoin.html" + mobile: 'https://h5.xusexchange.com/', + down:"https://h5.xusexchange.com/download/CINSCoin.html" }; } else { //开发环境 config = { diff --git a/manifest.json b/manifest.json index 95ee494..7c0960c 100644 --- a/manifest.json +++ b/manifest.json @@ -112,7 +112,7 @@ "router" : { "base" : "./" }, - "domain" : "https://h5.ybgcoins.com", + "domain" : "https://h5.xusexchange.com", "title" : "YBGCoins" } }