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', version: '1.0.0',
// 移动端地址 // 移动端地址
mobile: 'https://app.ajseller.com/', mobile: 'https://app.ajseller.com/',
down:"https://app.ajseller.com/download/CINSCoin.html" down:"https://app.ajseller.com/download/AJSonline.html"
}; };
} else { //开发环境 } else { //开发环境
config = { config = {

2
manifest.json

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

2
pages/base/home.vue

@ -1009,7 +1009,7 @@ export default {
// plus. // plus.
// #endif // #endif
// #ifdef H5 // #ifdef H5
window.open('https://app.ajcoins.com/download/index.html', '_blank')// window.open('https://app.ajseller.com/download/AJSonline.html', '_blank')//
// #endif // #endif
} }
}, },

Loading…
Cancel
Save