同步代码到仓库

This commit is contained in:
GaoHao
2024-10-12 18:22:56 +08:00
commit 5586573ff1
37 changed files with 5248 additions and 0 deletions

16
pages.json Normal file
View File

@@ -0,0 +1,16 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "支付",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
},
"uniIdRouter": {}
}