源文件

This commit is contained in:
gyq
2024-07-02 09:59:38 +08:00
parent 49792356d7
commit 921348766c
532 changed files with 70848 additions and 0 deletions

29
pages.json Normal file
View File

@@ -0,0 +1,29 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "店铺"
}
},
{
"path": "pages/bind_table/bind_table",
"style": {
"navigationBarTitleText": "桌台",
"navigationBarBackgroundColor": "#19be6b",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/login/login",
"style": {}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "餐饮商超商家端",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}