mo-bai 4 years ago
parent
commit
7830e303fe
3 changed files with 5 additions and 4 deletions
  1. 2
      apis/commonApi.js
  2. 4
      env/index.js
  3. 3
      manifest.json

2
apis/commonApi.js

@ -188,7 +188,7 @@ export function getFrontIdCardOcr(data = {}) {
*/ */
export function checkUpdate(data = {}) { export function checkUpdate(data = {}) {
return http.get({ return http.get({
url: '/base-paper-trading/get/app/version',
url: '/base-paper-trading/get/app-ybk/version',
data: data data: data
}) })
} }

4
env/index.js

@ -1,8 +1,8 @@
/** /**
* @description 唯一环境变量 * @description 唯一环境变量
*/ */
const env = 'test'
// const env = 'test'
// const env = 'dev' // const env = 'dev'
// const env = 'production'
const env = 'production'
export default env export default env

3
manifest.json

@ -27,7 +27,8 @@
"iBeacon" : {}, "iBeacon" : {},
"Share" : {}, "Share" : {},
"Payment" : {}, "Payment" : {},
"Push" : {}
"Push" : {},
"VideoPlayer" : {}
}, },
/* */ /* */
"distribute" : { "distribute" : {

Loading…
Cancel
Save