From daec13a02237d2dc6d90c678a0c5d7abdc74455d Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Sat, 15 Jun 2024 13:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E6=9B=B4=E6=96=B0=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E5=BC=80=E5=8F=91=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/api/log.js | 4 + App/pages.json | 24 ++---- App/pages/about/about.vue | 7 +- App/pages/component/sysLogOp.vue | 124 +++++++++++++++++++++++++++ App/pages/component/tabbar.vue | 11 +-- App/pages/feedback/feedback.vue | 63 ++++++++++++-- App/pages/home/home.vue | 4 +- App/pages/password/password.vue | 139 +++++++++---------------------- App/utils/.env.js | 1 + 9 files changed, 241 insertions(+), 136 deletions(-) create mode 100644 App/api/log.js create mode 100644 App/pages/component/sysLogOp.vue diff --git a/App/api/log.js b/App/api/log.js new file mode 100644 index 00000000..01fe7676 --- /dev/null +++ b/App/api/log.js @@ -0,0 +1,4 @@ +import { http } from 'uview-plus' + +// 获取操作日志 +export const sysLogOpPageApi = (data) => http.post('/api/sysLogOp/page', data) \ No newline at end of file diff --git a/App/pages.json b/App/pages.json index 7b77aca2..80c40b21 100644 --- a/App/pages.json +++ b/App/pages.json @@ -19,9 +19,7 @@ { "path": "pages/home/home", "style": { - "navigationBarTitleText": "Admin.NET 开发框架", - "navigationBarBackgroundColor": "#eeeeee", - "navigationBarTextStyle": "black" + "navigationBarTitleText": "Admin.NET 开发框架" } }, { @@ -54,24 +52,18 @@ "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "Admin.NET", - "navigationBarBackgroundColor": "#11559c" + "navigationBarBackgroundColor": "#11559c", + "app-plus": { + "bounce": "none" + } }, "tabBar": { - // "custom": true, - "color": "#B6C3D2", - "selectedColor": "#2B2E3D", - "borderStyle": "black", + "custom": true, "list": [{ - "pagePath": "pages/home/home", - "iconPath": "static/tabIcon/home.png", - "selectedIconPath": "static/tabIcon/home.png", - "text": "首页" + "pagePath": "pages/home/home" }, { - "pagePath": "pages/mine/mine", - "iconPath": "static/tabIcon/user.png", - "selectedIconPath": "static/tabIcon/user.png", - "text": "我的" + "pagePath": "pages/mine/mine" } ] } diff --git a/App/pages/about/about.vue b/App/pages/about/about.vue index a7be7f4a..c7e05409 100644 --- a/App/pages/about/about.vue +++ b/App/pages/about/about.vue @@ -21,15 +21,12 @@ \ No newline at end of file diff --git a/App/pages/component/tabbar.vue b/App/pages/component/tabbar.vue index 6d761140..67812b84 100644 --- a/App/pages/component/tabbar.vue +++ b/App/pages/component/tabbar.vue @@ -25,13 +25,13 @@ id: 0, path: "/pages/home/home", icon: 'home', - text: "首页", + text: "ҳ", centerItem: false }, { id: 1, path: "/pages/mine/mine", icon: 'account', - text: "我的", + text: "ҵ", centerItem: false }] }) @@ -47,12 +47,6 @@ \ No newline at end of file diff --git a/App/pages/home/home.vue b/App/pages/home/home.vue index 70b4a082..188c236c 100644 --- a/App/pages/home/home.vue +++ b/App/pages/home/home.vue @@ -12,6 +12,8 @@ + + @@ -20,6 +22,7 @@