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.
64 lines
1.8 KiB
64 lines
1.8 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',
|
|
v1url:'https://hsg.dctpay.com/v1',
|
|
orderurl:' https://hsg.dctpay.com/order',
|
|
userurl:'https://hsg.dctpay.com/user',
|
|
imgUrl: 'https://hsg.dctpay.com/filesystem/',
|
|
brestUrl: 'https://hsg.dctpay.com/brest',
|
|
imageWxImg: 'https://hsg.dctpay.com/filesystem/wxApplets/',
|
|
imageqrImg: 'https://hsg.dctpay.com/filesystem/temporary/',
|
|
//测试
|
|
// url: 'https://hsgcs.dctpay.com/crest',
|
|
// v1url: 'https://hsgcs.dctpay.com/v1',
|
|
// orderurl:'https://hsgcs.dctpay.com/order',
|
|
// userurl:'https://hsgcs.dctpay.com/user',
|
|
// brestUrl: 'https://hsgcs.dctpay.com/brest',
|
|
// imgUrl: 'https://hsgcs.dctpay.com/filesystem/',
|
|
// imageWxImg: 'https://hsgcs.dctpay.com/filesystem/wxApplets/',
|
|
// imageqrImg: 'https://hsgcs.dctpay.com/filesystem/temporary/',
|
|
userInfo: "",
|
|
brestUserInfo: '',
|
|
openId: '',
|
|
code: '',
|
|
token: '',
|
|
brestToken: '',
|
|
cityId: '',
|
|
cityName: '',
|
|
longitude: '',
|
|
latitude: '',
|
|
balancePrice: '',
|
|
balanceCardNo: '',
|
|
identificationCode: '',
|
|
//公司id
|
|
companyId: '',
|
|
//门店ID
|
|
storeid: '',
|
|
//门店名字
|
|
storename: '',
|
|
//千猪名称
|
|
qianzhuCityName: '',
|
|
//区分肯德基 星巴克
|
|
distinguishid: '',
|
|
//千猪下单数据
|
|
qianzhulist: '',
|
|
//星巴克价格
|
|
salesTallPrice: '',
|
|
//团油数据
|
|
pelletoilList: ''
|
|
},
|
|
onLaunch: function() {},
|
|
onShow: function() {},
|
|
onHide: function() {}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
/*每个页面公共css */
|
|
@import "/static/iconfont/font.scss";
|
|
</style>
|
|
|