Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -99,7 +99,7 @@ src/ | ... | @@ -99,7 +99,7 @@ src/ |
| 99 | - NutUI 组件已配置自动导入(unplugin-vue-components),无需手动 import | 99 | - NutUI 组件已配置自动导入(unplugin-vue-components),无需手动 import |
| 100 | - TailwindCSS 已禁用 preflight(`corePlugins.preflight: false`),避免与小程序冲突 | 100 | - TailwindCSS 已禁用 preflight(`corePlugins.preflight: false`),避免与小程序冲突 |
| 101 | - 新增页面必须同时在 `src/app.config.js` 的 pages 数组中注册 | 101 | - 新增页面必须同时在 `src/app.config.js` 的 pages 数组中注册 |
| 102 | -- 微信小程序 appid:`wxf667494219504780` | 102 | +- 微信小程序 appid:`wx602d6843b145058b` |
| 103 | 103 | ||
| 104 | ### 授权流程 | 104 | ### 授权流程 |
| 105 | 105 | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | "miniprogramRoot": "dist/", | 2 | "miniprogramRoot": "dist/", |
| 3 | "projectname": "jls-weapp", | 3 | "projectname": "jls-weapp", |
| 4 | "description": "觉林寺微信小程序", | 4 | "description": "觉林寺微信小程序", |
| 5 | - "appid": "wxf667494219504780", | 5 | + "appid": "wx602d6843b145058b", |
| 6 | "setting": { | 6 | "setting": { |
| 7 | "urlCheck": false, | 7 | "urlCheck": false, |
| 8 | "es6": false, | 8 | "es6": false, | ... | ... |
-
Please register or login to post a comment