hookehuyr

chore: 更新微信小程序 appid 至新环境

更新项目配置文件和文档中的 appid,以适配新的微信小程序环境
......@@ -99,7 +99,7 @@ src/
- NutUI 组件已配置自动导入(unplugin-vue-components),无需手动 import
- TailwindCSS 已禁用 preflight(`corePlugins.preflight: false`),避免与小程序冲突
- 新增页面必须同时在 `src/app.config.js` 的 pages 数组中注册
- 微信小程序 appid:`wxf667494219504780`
- 微信小程序 appid:`wx602d6843b145058b`
### 授权流程
......
......@@ -2,7 +2,7 @@
"miniprogramRoot": "dist/",
"projectname": "jls-weapp",
"description": "觉林寺微信小程序",
"appid": "wxf667494219504780",
"appid": "wx602d6843b145058b",
"setting": {
"urlCheck": false,
"es6": false,
......