From c08e8243e968496e83ad0994345ccfd192f5741b Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Mon, 26 Feb 2024 16:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- manifest.json | 2 +- pages/base/home.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 0829477..20b3ac8 100644 --- a/app.js +++ b/app.js @@ -17,7 +17,7 @@ if (process.env.NODE_ENV == 'production'||true) { //生产环境 version: '1.0.0', // 移动端地址 mobile: 'https://app.ajseller.com/', - down:"https://app.ajseller.com/download/CINSCoin.html" + down:"https://app.ajseller.com/download/AJSonline.html" }; } else { //开发环境 config = { diff --git a/manifest.json b/manifest.json index bc42cc5..ba17f5b 100644 --- a/manifest.json +++ b/manifest.json @@ -112,7 +112,7 @@ "router" : { "base" : "./" }, - "domain" : "https://app.ajcoins.com", + "domain" : "https://app.ajseller.com", "title" : "AJCoins", "template" : "main.html" } diff --git a/pages/base/home.vue b/pages/base/home.vue index 5158da2..5493b40 100644 --- a/pages/base/home.vue +++ b/pages/base/home.vue @@ -1009,7 +1009,7 @@ export default { // plus. // #endif // #ifdef H5 - window.open('https://app.ajcoins.com/download/index.html', '_blank')// 打开一个新标签 + window.open('https://app.ajseller.com/download/AJSonline.html', '_blank')// 打开一个新标签 // #endif } },