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 } },