- 更新 ID - 新多个组件的引用增 headerServerClick了首页 index.js 中 和 toAdvertisingView 方法处理广告点击 - 修改了 serverLeftList 数据属性和相关逻辑 - 更新了预约页面 reservation/index.js 的模块引用 ID - 优化了客服切换页面 changeService/index.vue 的模板和逻辑 - 修复了聊天记录页面 chattingRecords/index.vue 的图片引用顺序 - 调整了多个页面的数据加载和组件渲染逻辑
21 lines
675 B
JSON
21 lines
675 B
JSON
{
|
||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||
"projectname": "uniapp-ZHSQ",
|
||
"setting": {
|
||
"compileHotReLoad": true
|
||
},
|
||
"libVersion": "3.9.1",
|
||
"condition": {
|
||
"miniprogram": {
|
||
"list": [
|
||
{
|
||
"name": "packages/customerService/changeService/index",
|
||
"pathName": "packages/customerService/changeService/index",
|
||
"query": "",
|
||
"scene": null,
|
||
"launchMode": "default"
|
||
}
|
||
]
|
||
}
|
||
}
|
||
} |