|
|
App({
|
|
onLaunch: function () {
|
|
},
|
|
globalData: {
|
|
|
|
Phone: "",
|
|
OpenId: "",
|
|
AppName: "WeChat",
|
|
AppId: "wx0b897783b2588147",
|
|
BaseUrl: "https://miniprogram.food988.com/Rest.aspx",
|
|
TranferBaseUrl:"https://miniprogram.food988.com/RequestTransfer.aspx",
|
|
CustomerId:"",
|
|
// 原测试路径
|
|
// BaseUrl: "https://weixintest.food988.com/Rest.aspx"
|
|
|
|
},
|
|
})
|