- 将 admin 相关的 store/utils 移入对应子目录(pages/admin/stores、pages/admin/utils) - 更新 manifest.json、pages.json 路由与配置 - 个人中心 ProfileMenu 移除顶部「我的会员卡 / 我的预约」快捷卡片,与 UserCard 会员卡入口合并 - 「我的预约」下移至菜单列表,紧邻「个人信息」 - 清理 profile/index.vue 中不再使用的 bookingStore / 计算属性 / 透传
27 lines
586 B
JSON
27 lines
586 B
JSON
{
|
|
"name": "普拉提约课",
|
|
"appid": "wx3e7a133d2305fa2c",
|
|
"description": "普拉提工作室约课小程序",
|
|
"versionName": "0.1.0",
|
|
"versionCode": "100",
|
|
"transformPx": false,
|
|
"mp-weixin": {
|
|
"appid": "wx3e7a133d2305fa2c",
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"es6": true,
|
|
"minified": true
|
|
},
|
|
"usingComponents": true,
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"optimization": {
|
|
"subPackages": true
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "用于获取工作室位置导航"
|
|
}
|
|
}
|
|
}
|
|
}
|