ming 1 год назад
Родитель
Сommit
410b953dcb
71 измененных файлов с 72 добавлено и 47 удалено
  1. 32 31
      src/pages.json
  2. 12 0
      src/pages/info.vue
  3. 12 0
      src/pages/mine.vue
  4. 16 16
      src/plugins/constData.plugins.js
  5. BIN
      src/static/images/tabBar/analyse-selected.png
  6. BIN
      src/static/images/tabBar/analyse.png
  7. BIN
      src/static/images/tabBar/info-selected.png
  8. BIN
      src/static/images/tabBar/info.png
  9. BIN
      src/static/images/tabBar/tab-cate-black.png
  10. BIN
      src/static/images/tabBar/tab-cate-blue.png
  11. BIN
      src/static/images/tabBar/tab-cate-brown.png
  12. BIN
      src/static/images/tabBar/tab-cate-cyan.png
  13. BIN
      src/static/images/tabBar/tab-cate-gray.png
  14. BIN
      src/static/images/tabBar/tab-cate-green.png
  15. BIN
      src/static/images/tabBar/tab-cate-grey.png
  16. BIN
      src/static/images/tabBar/tab-cate-mauve.png
  17. BIN
      src/static/images/tabBar/tab-cate-olive.png
  18. BIN
      src/static/images/tabBar/tab-cate-orange.png
  19. BIN
      src/static/images/tabBar/tab-cate-pink.png
  20. BIN
      src/static/images/tabBar/tab-cate-purple.png
  21. BIN
      src/static/images/tabBar/tab-cate-red.png
  22. BIN
      src/static/images/tabBar/tab-cate-rf.png
  23. BIN
      src/static/images/tabBar/tab-cate-yellow.png
  24. BIN
      src/static/images/tabBar/tab-cate.png
  25. BIN
      src/static/images/tabBar/tab-home-black.png
  26. BIN
      src/static/images/tabBar/tab-home-blue.png
  27. BIN
      src/static/images/tabBar/tab-home-brown.png
  28. BIN
      src/static/images/tabBar/tab-home-cyan.png
  29. BIN
      src/static/images/tabBar/tab-home-gray.png
  30. BIN
      src/static/images/tabBar/tab-home-green.png
  31. BIN
      src/static/images/tabBar/tab-home-grey.png
  32. BIN
      src/static/images/tabBar/tab-home-mauve.png
  33. BIN
      src/static/images/tabBar/tab-home-olive.png
  34. BIN
      src/static/images/tabBar/tab-home-orange.png
  35. BIN
      src/static/images/tabBar/tab-home-pink.png
  36. BIN
      src/static/images/tabBar/tab-home-purple.png
  37. BIN
      src/static/images/tabBar/tab-home-red.png
  38. BIN
      src/static/images/tabBar/tab-home-rf.png
  39. BIN
      src/static/images/tabBar/tab-home-yellow.png
  40. BIN
      src/static/images/tabBar/tab-home.png
  41. BIN
      src/static/images/tabBar/tab-info-black.png
  42. BIN
      src/static/images/tabBar/tab-info-blue.png
  43. BIN
      src/static/images/tabBar/tab-info-brown.png
  44. BIN
      src/static/images/tabBar/tab-info-cyan.png
  45. BIN
      src/static/images/tabBar/tab-info-gray.png
  46. BIN
      src/static/images/tabBar/tab-info-green.png
  47. BIN
      src/static/images/tabBar/tab-info-grey.png
  48. BIN
      src/static/images/tabBar/tab-info-mauve.png
  49. BIN
      src/static/images/tabBar/tab-info-olive.png
  50. BIN
      src/static/images/tabBar/tab-info-orange.png
  51. BIN
      src/static/images/tabBar/tab-info-pink.png
  52. BIN
      src/static/images/tabBar/tab-info-purple.png
  53. BIN
      src/static/images/tabBar/tab-info-red.png
  54. BIN
      src/static/images/tabBar/tab-info-yellow.png
  55. BIN
      src/static/images/tabBar/tab-info.png
  56. BIN
      src/static/images/tabBar/tab-my-black.png
  57. BIN
      src/static/images/tabBar/tab-my-blue.png
  58. BIN
      src/static/images/tabBar/tab-my-brown.png
  59. BIN
      src/static/images/tabBar/tab-my-cyan.png
  60. BIN
      src/static/images/tabBar/tab-my-gray.png
  61. BIN
      src/static/images/tabBar/tab-my-green.png
  62. BIN
      src/static/images/tabBar/tab-my-grey.png
  63. BIN
      src/static/images/tabBar/tab-my-mauve.png
  64. BIN
      src/static/images/tabBar/tab-my-olive.png
  65. BIN
      src/static/images/tabBar/tab-my-orange.png
  66. BIN
      src/static/images/tabBar/tab-my-pink.png
  67. BIN
      src/static/images/tabBar/tab-my-purple.png
  68. BIN
      src/static/images/tabBar/tab-my-red.png
  69. BIN
      src/static/images/tabBar/tab-my-rf.png
  70. BIN
      src/static/images/tabBar/tab-my-yellow.png
  71. BIN
      src/static/images/tabBar/tab-my.png

+ 32 - 31
src/pages.json

@@ -1,5 +1,13 @@
 {
     "pages": [
+        {
+            "path": "pages/login",
+            "style": {
+                "navigationBarTitleText": "登录",
+                "navigationStyle": "custom",
+                "navigationBarTextStyle": "black"
+            }
+        },
         {
             "path": "pages/index",
             "style": {
@@ -11,14 +19,7 @@
                 }
             }
         },
-        {
-            "path": "pages/login",
-            "style": {
-                "navigationBarTitleText": "登录",
-                "navigationStyle": "custom",
-                "navigationBarTextStyle": "black"
-            }
-        },
+        
         {
             "path": "pages/register",
             "style": {
@@ -42,30 +43,30 @@
                 "navigationStyle": "custom",
                 "navigationBarTextStyle": "black"
             }
+        },
+        {
+            "path": "pages/info",
+            "style": {
+                "navigationBarTitleText": "消息",
+                "navigationStyle": "custom",
+                "enablePullDownRefresh": false,
+                "app-plus": {
+                    "bounce": "none",
+                    "titleNView": false
+                }
+            }
+        },
+        {
+            "path": "pages/mine",
+            "style": {
+                "navigationBarTitleText": "我的",
+                "navigationStyle": "custom",
+                "app-plus": {
+                    "bounce": "none",
+                    "titleNView": false
+                }
+            }
         }
-        // {
-        //     "path": "pages/info",
-        //     "style": {
-        //         "navigationBarTitleText": "消息",
-        //         "navigationStyle": "custom",
-        //         "enablePullDownRefresh": false,
-        //         "app-plus": {
-        //             "bounce": "none",
-        //             "titleNView": false
-        //         }
-        //     }
-        // },
-        // {
-        //     "path": "pages/mine",
-        //     "style": {
-        //         "navigationBarTitleText": "我的",
-        //         "navigationStyle": "custom",
-        //         "app-plus": {
-        //             "bounce": "none",
-        //             "titleNView": false
-        //         }
-        //     }
-        // }
        
     ],
     "subPackages": [

+ 12 - 0
src/pages/info.vue

@@ -0,0 +1,12 @@
+<template>
+  <view>消息</view>
+  <!--       <web-view src="https://manager.usky.cn/mobile/#/">跳转</web-view> -->
+</template>
+
+<script setup>
+
+</script>
+
+<style lang="scss" scoped>
+
+</style>

+ 12 - 0
src/pages/mine.vue

@@ -0,0 +1,12 @@
+<template>
+  <view>我的</view>
+  <!--       <web-view src="https://manager.usky.cn/mobile/#/">跳转</web-view> -->
+</template>
+
+<script setup>
+
+</script>
+
+<style lang="scss" scoped>
+
+</style>

+ 16 - 16
src/plugins/constData.plugins.js

@@ -79,22 +79,22 @@ let homeTabbar = [
 	//   "selectedIconPath": "/static/images/tabBar/analyse-selected.png",
 	//   "text": "分析"
 	// },
-	{
-		pagePath: "/pages/info",
-		iconClass: "oaIcon-tab-info",
-		iconPath: "/static/images/tabBar/tab-info.png",
-		selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
-		text: "消息",
-		dot: false,
-	},
-	{
-		pagePath: "/pages/mine",
-		iconClass: "oaIcon-tab-mine",
-		iconPath: "/static/images/tabBar/tab-my.png",
-		selectedIconPath: "/static/images/tabBar/tab-my-blue.png",
-		text: "我的",
-		dot: false,
-	},
+	// {
+	// 	pagePath: "/pages/info",
+	// 	iconClass: "oaIcon-tab-info",
+	// 	iconPath: "/static/images/tabBar/tab-info.png",
+	// 	selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
+	// 	text: "消息",
+	// 	dot: false,
+	// },
+	// {
+	// 	pagePath: "/pages/mine",
+	// 	iconClass: "oaIcon-tab-mine",
+	// 	iconPath: "/static/images/tabBar/tab-my.png",
+	// 	selectedIconPath: "/static/images/tabBar/tab-my-blue.png",
+	// 	text: "我的",
+	// 	dot: false,
+	// },
 ]
 
 // 工作报告底部导航栏

BIN
src/static/images/tabBar/analyse-selected.png


BIN
src/static/images/tabBar/analyse.png


BIN
src/static/images/tabBar/info-selected.png


BIN
src/static/images/tabBar/info.png


BIN
src/static/images/tabBar/tab-cate-black.png


BIN
src/static/images/tabBar/tab-cate-blue.png


BIN
src/static/images/tabBar/tab-cate-brown.png


BIN
src/static/images/tabBar/tab-cate-cyan.png


BIN
src/static/images/tabBar/tab-cate-gray.png


BIN
src/static/images/tabBar/tab-cate-green.png


BIN
src/static/images/tabBar/tab-cate-grey.png


BIN
src/static/images/tabBar/tab-cate-mauve.png


BIN
src/static/images/tabBar/tab-cate-olive.png


BIN
src/static/images/tabBar/tab-cate-orange.png


BIN
src/static/images/tabBar/tab-cate-pink.png


BIN
src/static/images/tabBar/tab-cate-purple.png


BIN
src/static/images/tabBar/tab-cate-red.png


BIN
src/static/images/tabBar/tab-cate-rf.png


BIN
src/static/images/tabBar/tab-cate-yellow.png


BIN
src/static/images/tabBar/tab-cate.png


BIN
src/static/images/tabBar/tab-home-black.png


BIN
src/static/images/tabBar/tab-home-blue.png


BIN
src/static/images/tabBar/tab-home-brown.png


BIN
src/static/images/tabBar/tab-home-cyan.png


BIN
src/static/images/tabBar/tab-home-gray.png


BIN
src/static/images/tabBar/tab-home-green.png


BIN
src/static/images/tabBar/tab-home-grey.png


BIN
src/static/images/tabBar/tab-home-mauve.png


BIN
src/static/images/tabBar/tab-home-olive.png


BIN
src/static/images/tabBar/tab-home-orange.png


BIN
src/static/images/tabBar/tab-home-pink.png


BIN
src/static/images/tabBar/tab-home-purple.png


BIN
src/static/images/tabBar/tab-home-red.png


BIN
src/static/images/tabBar/tab-home-rf.png


BIN
src/static/images/tabBar/tab-home-yellow.png


BIN
src/static/images/tabBar/tab-home.png


BIN
src/static/images/tabBar/tab-info-black.png


BIN
src/static/images/tabBar/tab-info-blue.png


BIN
src/static/images/tabBar/tab-info-brown.png


BIN
src/static/images/tabBar/tab-info-cyan.png


BIN
src/static/images/tabBar/tab-info-gray.png


BIN
src/static/images/tabBar/tab-info-green.png


BIN
src/static/images/tabBar/tab-info-grey.png


BIN
src/static/images/tabBar/tab-info-mauve.png


BIN
src/static/images/tabBar/tab-info-olive.png


BIN
src/static/images/tabBar/tab-info-orange.png


BIN
src/static/images/tabBar/tab-info-pink.png


BIN
src/static/images/tabBar/tab-info-purple.png


BIN
src/static/images/tabBar/tab-info-red.png


BIN
src/static/images/tabBar/tab-info-yellow.png


BIN
src/static/images/tabBar/tab-info.png


BIN
src/static/images/tabBar/tab-my-black.png


BIN
src/static/images/tabBar/tab-my-blue.png


BIN
src/static/images/tabBar/tab-my-brown.png


BIN
src/static/images/tabBar/tab-my-cyan.png


BIN
src/static/images/tabBar/tab-my-gray.png


BIN
src/static/images/tabBar/tab-my-green.png


BIN
src/static/images/tabBar/tab-my-grey.png


BIN
src/static/images/tabBar/tab-my-mauve.png


BIN
src/static/images/tabBar/tab-my-olive.png


BIN
src/static/images/tabBar/tab-my-orange.png


BIN
src/static/images/tabBar/tab-my-pink.png


BIN
src/static/images/tabBar/tab-my-purple.png


BIN
src/static/images/tabBar/tab-my-red.png


BIN
src/static/images/tabBar/tab-my-rf.png


BIN
src/static/images/tabBar/tab-my-yellow.png


BIN
src/static/images/tabBar/tab-my.png