Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jls-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-05-06 09:47:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0b94f8abd01ec4ba81849fc464c1312a0cb3d425
0b94f8ab
1 parent
51198535
chore: 更新微信小程序 appid 至新环境
更新项目配置文件和文档中的 appid,以适配新的微信小程序环境
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
CLAUDE.md
project.config.json
CLAUDE.md
View file @
0b94f8a
...
...
@@ -99,7 +99,7 @@ src/
-
NutUI 组件已配置自动导入(unplugin-vue-components),无需手动 import
-
TailwindCSS 已禁用 preflight(
`corePlugins.preflight: false`
),避免与小程序冲突
-
新增页面必须同时在
`src/app.config.js`
的 pages 数组中注册
-
微信小程序 appid:
`wx
f667494219504780
`
-
微信小程序 appid:
`wx
602d6843b145058b
`
### 授权流程
...
...
project.config.json
View file @
0b94f8a
...
...
@@ -2,7 +2,7 @@
"miniprogramRoot"
:
"dist/"
,
"projectname"
:
"jls-weapp"
,
"description"
:
"觉林寺微信小程序"
,
"appid"
:
"wx
f667494219504780
"
,
"appid"
:
"wx
602d6843b145058b
"
,
"setting"
:
{
"urlCheck"
:
false
,
"es6"
:
false
,
...
...
Please
register
or
login
to post a comment