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 @@