diff --git a/pages.json b/pages.json index 3e67a8b..8298c29 100644 --- a/pages.json +++ b/pages.json @@ -1,174 +1,42 @@ { "pages": [{ - "path": "pages/login", - "style": { - "navigationStyle": "custom" - } - }, { "path": "pages/index", "style": { - "navigationBarTitleText": "首页", - "navigationStyle": "custom" - } - }, { - "path": "pages/device/index", - "style": { - "navigationBarTitleText": "设备列表", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/device/screen", - "style": { - "navigationBarTitleText": "筛选", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/mold/index", - "style": { - "navigationBarTitleText": "模具" - } - }, { - "path": "pages/spareParts/index", - "style": { - "navigationBarTitleText": "备件", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/mine/index", - "style": { - "navigationBarTitleText": "我的", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/spareParts/screen", - "style": { - "navigationBarTitleText": "筛选", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/sparePartsApplication/index", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/sparePartsApplication/screen", - "style": { - "navigationBarTitleText": "筛选", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/sparePartsApplication/addForm", - "style": { - "navigationBarTitleText": "添加申请", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/sparePartsServiceWorkOrderList/index", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/sparePartsServiceWorkOrderList/screen", - "style": { - "navigationBarTitleText": "筛选", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/sparePartsServiceWorkOrderList/addForm", - "style": { - "navigationBarTitleText": "添加申请", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/notaic/index", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/workOrderList/index", - "style": { - "navigationStyle": "custom" - } - }, { - "path": "pages/workOrderList/screen", - "style": { - "navigationBarTitleText": "筛选", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/workOrderList/addForm", - "style": { - "navigationBarTitleText": "添加报修", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/workOrderList/detail", - "style": { - "navigationBarTitleText": "工单详情", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/mine/aboutUs", - "style": { - "navigationBarTitleText": "关于我们", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/mine/changePassword", - "style": { - "navigationBarTitleText": "修改密码", - "navigationBarBackgroundColor": "#409eff", - "navigationBarTextStyle": "white" + "navigationBarTitleText": "首页" } }], - "tabBar": { - "color": "#8f9bb3", - "selectedColor": "#409eff", - "borderStyle": "white", - "backgroundColor": "#ffffff", - "list": [{ - "pagePath": "pages/index", - "iconPath": "static/images/tabbar/tab_icon1.png", - "selectedIconPath": "static/images/tabbar/tab_act_icon1.png", - "text": "首页" - }, { - "pagePath": "pages/device/index", - "iconPath": "static/images/tabbar/tab_icon2.png", - "selectedIconPath": "static/images/tabbar/tab_act_icon2.png", - "text": "设备" - }, { - "pagePath": "pages/mold/index", - "iconPath": "static/images/tabbar/tab_icon3.png", - "selectedIconPath": "static/images/tabbar/tab_act_icon3.png", - "text": "模具" - }, { - "pagePath": "pages/spareParts/index", - "iconPath": "static/images/tabbar/tab_icon4.png", - "selectedIconPath": "static/images/tabbar/tab_act_icon4.png", - "text": "备件" - }, { - "pagePath": "pages/mine/index", - "iconPath": "static/images/tabbar/tab_icon5.png", - "selectedIconPath": "static/images/tabbar/tab_act_icon5.png", - "text": "我的" - }] - }, + // "tabBar": { + // "color": "#8f9bb3", + // "selectedColor": "#409eff", + // "borderStyle": "white", + // "backgroundColor": "#ffffff", + // "list": [{ + // "pagePath": "pages/index", + // "iconPath": "static/images/tabbar/tab_icon1.png", + // "selectedIconPath": "static/images/tabbar/tab_act_icon1.png", + // "text": "首页" + // }, { + // "pagePath": "pages/device/index", + // "iconPath": "static/images/tabbar/tab_icon2.png", + // "selectedIconPath": "static/images/tabbar/tab_act_icon2.png", + // "text": "设备" + // }, { + // "pagePath": "pages/mold/index", + // "iconPath": "static/images/tabbar/tab_icon3.png", + // "selectedIconPath": "static/images/tabbar/tab_act_icon3.png", + // "text": "模具" + // }, { + // "pagePath": "pages/spareParts/index", + // "iconPath": "static/images/tabbar/tab_icon4.png", + // "selectedIconPath": "static/images/tabbar/tab_act_icon4.png", + // "text": "备件" + // }, { + // "pagePath": "pages/mine/index", + // "iconPath": "static/images/tabbar/tab_icon5.png", + // "selectedIconPath": "static/images/tabbar/tab_act_icon5.png", + // "text": "我的" + // }] + // }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "RuoYi", diff --git a/pages/device/index.vue b/pages/device/index.vue deleted file mode 100644 index 1115000..0000000 --- a/pages/device/index.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/device/screen.vue b/pages/device/screen.vue deleted file mode 100644 index 38f5cda..0000000 --- a/pages/device/screen.vue +++ /dev/null @@ -1,242 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index caada73..c6b28ca 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,261 +1,24 @@ \ No newline at end of file diff --git a/pages/login.vue b/pages/login.vue index baba105..776720a 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -1,225 +1,23 @@ \ No newline at end of file diff --git a/pages/mine/aboutUs.vue b/pages/mine/aboutUs.vue deleted file mode 100644 index 241467b..0000000 --- a/pages/mine/aboutUs.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - - - diff --git a/pages/mine/changePassword.vue b/pages/mine/changePassword.vue deleted file mode 100644 index c0f11bc..0000000 --- a/pages/mine/changePassword.vue +++ /dev/null @@ -1,149 +0,0 @@ - - - - - diff --git a/pages/mine/index.vue b/pages/mine/index.vue deleted file mode 100644 index 586648d..0000000 --- a/pages/mine/index.vue +++ /dev/null @@ -1,200 +0,0 @@ - - - - - diff --git a/pages/mold/index.vue b/pages/mold/index.vue deleted file mode 100644 index d1914b9..0000000 --- a/pages/mold/index.vue +++ /dev/null @@ -1,22 +0,0 @@ - - - - - diff --git a/pages/notaic/index.vue b/pages/notaic/index.vue deleted file mode 100644 index f75b088..0000000 --- a/pages/notaic/index.vue +++ /dev/null @@ -1,139 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/spareParts/index.vue b/pages/spareParts/index.vue deleted file mode 100644 index 1ca39dd..0000000 --- a/pages/spareParts/index.vue +++ /dev/null @@ -1,94 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/spareParts/screen.vue b/pages/spareParts/screen.vue deleted file mode 100644 index 2dd2da9..0000000 --- a/pages/spareParts/screen.vue +++ /dev/null @@ -1,149 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/sparePartsApplication/addForm.vue b/pages/sparePartsApplication/addForm.vue deleted file mode 100644 index 291be32..0000000 --- a/pages/sparePartsApplication/addForm.vue +++ /dev/null @@ -1,283 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/sparePartsApplication/index.vue b/pages/sparePartsApplication/index.vue deleted file mode 100644 index f15fb56..0000000 --- a/pages/sparePartsApplication/index.vue +++ /dev/null @@ -1,149 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/sparePartsApplication/screen.vue b/pages/sparePartsApplication/screen.vue deleted file mode 100644 index 5441a5d..0000000 --- a/pages/sparePartsApplication/screen.vue +++ /dev/null @@ -1,188 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/sparePartsServiceWorkOrderList/addForm.vue b/pages/sparePartsServiceWorkOrderList/addForm.vue deleted file mode 100644 index e0eb165..0000000 --- a/pages/sparePartsServiceWorkOrderList/addForm.vue +++ /dev/null @@ -1,261 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/sparePartsServiceWorkOrderList/index.vue b/pages/sparePartsServiceWorkOrderList/index.vue deleted file mode 100644 index 8fc548e..0000000 --- a/pages/sparePartsServiceWorkOrderList/index.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/sparePartsServiceWorkOrderList/screen.vue b/pages/sparePartsServiceWorkOrderList/screen.vue deleted file mode 100644 index 1f60eb1..0000000 --- a/pages/sparePartsServiceWorkOrderList/screen.vue +++ /dev/null @@ -1,211 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/workOrderList/addForm.vue b/pages/workOrderList/addForm.vue deleted file mode 100644 index cd03b43..0000000 --- a/pages/workOrderList/addForm.vue +++ /dev/null @@ -1,211 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/workOrderList/detail.vue b/pages/workOrderList/detail.vue deleted file mode 100644 index b11a5f8..0000000 --- a/pages/workOrderList/detail.vue +++ /dev/null @@ -1,349 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/workOrderList/index.vue b/pages/workOrderList/index.vue deleted file mode 100644 index 54ecaf8..0000000 --- a/pages/workOrderList/index.vue +++ /dev/null @@ -1,159 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/workOrderList/screen.vue b/pages/workOrderList/screen.vue deleted file mode 100644 index 95d80d0..0000000 --- a/pages/workOrderList/screen.vue +++ /dev/null @@ -1,223 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/workOrderList/transfer.vue b/pages/workOrderList/transfer.vue deleted file mode 100644 index f3ff8df..0000000 --- a/pages/workOrderList/transfer.vue +++ /dev/null @@ -1,181 +0,0 @@ - - - - - \ No newline at end of file