You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
high-mini/App.vue

54 lines
1.3 KiB

<script>
export default {
globalData: {
// url: 'http://192.168.3.4:9301/crest',
// brestUrl: 'http://192.168.3.4:9302/brest',
// imgUrl: 'https://192.168.3.4:9301/filesystem/',
//正式
// url: 'https://hsg.dctpay.com/crest',
// imgUrl: 'https://hsg.dctpay.com/filesystem/',
// brestUrl : 'https://hsg.dctpay.com/brest',
// imageWxImg:'https://hsg.dctpay.com/filesystem/wxApplets/',
//测试
url: 'https://hsgcs.dctpay.com/crest',
brestUrl : 'https://hsgcs.dctpay.com/brest',
imgUrl: 'https://hsgcs.dctpay.com/filesystem/',
imageWxImg:'https://hsgcs.dctpay.com/filesystem/wxApplets/',
userInfo: "",
brestUserInfo : '',
openId: '',
code: '',
token: '',
brestToken:'',
4 years ago
cityId: '',
cityName:'',
4 years ago
longitude : '',
3 years ago
latitude : '',
balancePrice : '',
balanceCardNo:'',
identificationCode:'',
// h5获取信息
h5code:'',
//门店ID
storeid:'',
//门店名字
storename:'',
//公众号进入值
accountId:'',
//公众号菜单区分
accountType:''
},
onLaunch: function() {
},
onShow: function() {
},
onHide: function() {
4 years ago
}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import "/static/iconfont/font.scss";
</style>