From c6c384884263668a6f6c165da41f9b5675719c7b Mon Sep 17 00:00:00 2001 From: gyj Date: Thu, 29 Feb 2024 09:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/homePage/index.js | 18 ++ pages.json | 162 +++++----- pages/handlecase/index.vue | 4 +- pages/index.vue | 294 ++++++++++++++++-- pages/mine/index.vue | 8 +- pages/mine/info/index.vue | 2 +- pages/work/index.vue | 18 +- .../.sourcemap/mp-weixin/common/main.js.map | 2 +- .../mp-weixin/common/runtime.js.map | 2 +- .../.sourcemap/mp-weixin/common/vendor.js.map | 2 +- .../components/uni-icons/uni-icons.js.map | 2 +- 11 files changed, 384 insertions(+), 130 deletions(-) create mode 100644 api/homePage/index.js diff --git a/api/homePage/index.js b/api/homePage/index.js new file mode 100644 index 0000000..f8a3101 --- /dev/null +++ b/api/homePage/index.js @@ -0,0 +1,18 @@ +import request from '@/utils/request' + +// 调解首页数据 +export function todoCount(data) { + return request({ + 'url': '/caseApplication/todoCount', + method: 'get', + params: data + }) +} +// 仲裁调解首页数据 +export function toDoCountReferee(data) { + return request({ + 'url': '/caseApplication/toDoCount', + method: 'get', + params: data + }) +} \ No newline at end of file diff --git a/pages.json b/pages.json index 5fd796c..e61466d 100644 --- a/pages.json +++ b/pages.json @@ -15,71 +15,71 @@ "navigationBarTitleText": "注册" } }, - // { - // "path": "pages/index", - // "style": { - // "navigationBarTitleText": "首页", - // "navigationStyle": "custom" - // } - // }, + { + "path": "pages/index", + "style": { + "navigationBarTitleText": "首页" + // "navigationStyle": "custom" + } + }, { "path": "pages/work/index", "style": { "navigationBarTitleText": "工作台" } }, - // { - // "path": "pages/mine/index", - // "style": { - // "navigationBarTitleText": "我的" - // } - // }, - // { - // "path": "pages/mine/avatar/index", - // "style": { - // "navigationBarTitleText": "修改头像" - // } - // }, { - // "path": "pages/mine/info/index", - // "style": { - // "navigationBarTitleText": "个人信息" - // } - // }, { - // "path": "pages/mine/info/edit", - // "style": { - // "navigationBarTitleText": "编辑资料" - // } - // }, { - // "path": "pages/mine/pwd/index", - // "style": { - // "navigationBarTitleText": "修改密码" - // } - // }, { - // "path": "pages/mine/setting/index", - // "style": { - // "navigationBarTitleText": "应用设置" - // } - // }, { - // "path": "pages/mine/help/index", - // "style": { - // "navigationBarTitleText": "常见问题" - // } - // }, { - // "path": "pages/mine/about/index", - // "style": { - // "navigationBarTitleText": "关于我们" - // } - // }, { - // "path": "pages/common/webview/index", - // "style": { - // "navigationBarTitleText": "浏览网页" - // } - // }, { - // "path": "pages/common/textview/index", - // "style": { - // "navigationBarTitleText": "浏览文本" - // } - // }, + { + "path": "pages/mine/index", + "style": { + "navigationBarTitleText": "我的" + } + }, + { + "path": "pages/mine/avatar/index", + "style": { + "navigationBarTitleText": "修改头像" + } + }, { + "path": "pages/mine/info/index", + "style": { + "navigationBarTitleText": "个人信息" + } + }, { + "path": "pages/mine/info/edit", + "style": { + "navigationBarTitleText": "编辑资料" + } + }, { + "path": "pages/mine/pwd/index", + "style": { + "navigationBarTitleText": "修改密码" + } + }, { + "path": "pages/mine/setting/index", + "style": { + "navigationBarTitleText": "应用设置" + } + }, { + "path": "pages/mine/help/index", + "style": { + "navigationBarTitleText": "常见问题" + } + }, { + "path": "pages/mine/about/index", + "style": { + "navigationBarTitleText": "关于我们" + } + }, { + "path": "pages/common/webview/index", + "style": { + "navigationBarTitleText": "浏览网页" + } + }, { + "path": "pages/common/textview/index", + "style": { + "navigationBarTitleText": "浏览文本" + } + }, { "path": "pages/handlecase/index", "style": { @@ -228,28 +228,28 @@ } ], - // "tabBar": { - // "color": "#000000", - // "selectedColor": "#000000", - // "borderStyle": "white", - // "backgroundColor": "#ffffff", - // "list": [{ - // "pagePath": "pages/index", - // "iconPath": "static/images/tabbar/home.png", - // "selectedIconPath": "static/images/tabbar/home_.png", - // "text": "首页" - // }, { - // "pagePath": "pages/work/index", - // "iconPath": "static/images/tabbar/work.png", - // "selectedIconPath": "static/images/tabbar/work_.png", - // "text": "工作台" - // }, { - // "pagePath": "pages/mine/index", - // "iconPath": "static/images/tabbar/mine.png", - // "selectedIconPath": "static/images/tabbar/mine_.png", - // "text": "我的" - // }] - // }, + "tabBar": { + "color": "#000000", + "selectedColor": "#000000", + "borderStyle": "white", + "backgroundColor": "#ffffff", + "list": [{ + "pagePath": "pages/index", + "iconPath": "static/images/tabbar/home.png", + "selectedIconPath": "static/images/tabbar/home_.png", + "text": "首页" + }, { + "pagePath": "pages/work/index", + "iconPath": "static/images/tabbar/work.png", + "selectedIconPath": "static/images/tabbar/work_.png", + "text": "工作台" + }, { + "pagePath": "pages/mine/index", + "iconPath": "static/images/tabbar/mine.png", + "selectedIconPath": "static/images/tabbar/mine_.png", + "text": "我的" + }] + }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "RuoYi", diff --git a/pages/handlecase/index.vue b/pages/handlecase/index.vue index 5c74a7a..ac08737 100644 --- a/pages/handlecase/index.vue +++ b/pages/handlecase/index.vue @@ -1,8 +1,8 @@