fix: 修正 index.html 引用路径,移动配置文件到根目录
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-03-23 15:18:28 +00:00
parent b9823b01e5
commit 989e18fab8
3 changed files with 1 additions and 1 deletions

View File

@@ -1,31 +0,0 @@
{
"name": "建材销售管家",
"appid": "__UNI__BUILDING",
"description": "建材销售管家移动端应用",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"app-plus": {
"usingComponents": true,
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
},
"modules": {}
},
"h5": {
"router": {
"mode": "hash",
"base": "/"
}
},
"mp-weixin": {
"appid": "wx1234567890",
"setting": {
"urlCheck": false
},
"usingComponents": true
}
}

View File

@@ -1,60 +0,0 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/product/list",
"style": {
"navigationBarTitleText": "商品列表"
}
},
{
"path": "pages/order/create",
"style": {
"navigationBarTitleText": "创建订单"
}
},
{
"path": "pages/order/list",
"style": {
"navigationBarTitleText": "订单列表"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "建材销售管家",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/product/list",
"text": "商品"
},
{
"pagePath": "pages/order/list",
"text": "订单"
}
]
}
}