Browse Source

修改接口1

master
liaoxinyu 2 years ago
parent
commit
c08e8243e9
  1. 2
      app.js
  2. 2
      manifest.json
  3. 2
      pages/base/home.vue

2
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 = {

2
manifest.json

@ -112,7 +112,7 @@
"router" : {
"base" : "./"
},
"domain" : "https://app.ajcoins.com",
"domain" : "https://app.ajseller.com",
"title" : "AJCoins",
"template" : "main.html"
}

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

Loading…
Cancel
Save