提交更新

This commit is contained in:
皮伟
2019-11-22 10:12:56 +08:00
parent f13fbd9b7d
commit d81ba384a1
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ switch (process.env.VUE_APP_FLAG) {
case 'dev':
// apiDomain = 'http://47.96.143.111:7000/api/v1'
apiDomain = 'http://139.199.50.151:7000/api/v1' // 国富api
// apiDomain = 'http://10.11.2.247004/'
// imgDomain = 'http://10.10.100.98:7012/updown' // dev
imgDomain = 'http://211.159.248.123:7012/updown' // dev

View File

@@ -298,7 +298,7 @@ export default {
this.isInvalid = true
}
this.airSign = sessionStorage.getItem('airSign')
// this.shareCode = sessionStorage.getItem('shareCode')
this.shareCode = sessionStorage.getItem('shareCode')
this.relationToAppnt = this.$route.query.relationToAppnt
this.isShow = false
this.getOrderDetail().then(() => {