feat(帮洗服务): 新增帮洗服务页面及功能
新增帮洗服务相关页面和功能,包括页面配置、路由添加、API接口调整和样式实现 更新小程序基础库版本至3.8.8 调整API接口路径统一使用v2版本前缀
This commit is contained in:
2
app.js
2
app.js
@@ -9,7 +9,7 @@ App({
|
||||
appKey: wx.getAccountInfoSync().miniProgram.appId, // 自动获取 小程序appid
|
||||
debug: true, //是否打开调试模式
|
||||
// 上报地址
|
||||
LOG_URL: 'https://t-jm.v0750.com/send',
|
||||
LOG_URL: 'https://t-jm.v0750.com/v2/stat/send',
|
||||
},
|
||||
onLaunch: function(e) {
|
||||
console.log("options", e), this.globalData.options = e, t.getLogin(this, !0);
|
||||
|
||||
Reference in New Issue
Block a user