Browse Source

修改无法点击

戴艳蓉 3 years ago
parent
commit
bb624cf685
4 changed files with 12 additions and 8 deletions
  1. 6 6
      package-lock.json
  2. 1 1
      package.json
  3. 4 0
      src/App.vue
  4. 1 1
      src/layout/index.vue

+ 6 - 6
package-lock.json

@@ -1917,9 +1917,9 @@
       }
     },
     "@vue/component-compiler-utils": {
-      "version": "3.2.0",
-      "resolved": "https://registry.npm.taobao.org/@vue/component-compiler-utils/download/@vue/component-compiler-utils-3.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcomponent-compiler-utils%2Fdownload%2F%40vue%2Fcomponent-compiler-utils-3.2.0.tgz",
-      "integrity": "sha1-j4UYLO7Sjps8dTE95mn4MWbRHl0=",
+      "version": "3.1.2",
+      "resolved": "https://registry.nlark.com/@vue/component-compiler-utils/download/@vue/component-compiler-utils-3.1.2.tgz",
+      "integrity": "sha1-ghOl/zIC+fITf+VTcPnouWVggcM=",
       "dev": true,
       "requires": {
         "consolidate": "^0.15.1",
@@ -17599,9 +17599,9 @@
       }
     },
     "vue-template-compiler": {
-      "version": "2.6.12",
-      "resolved": "https://registry.npm.taobao.org/vue-template-compiler/download/vue-template-compiler-2.6.12.tgz",
-      "integrity": "sha1-lH7XGWdEyKUoXr4SM/6WBDf8xX4=",
+      "version": "2.6.10",
+      "resolved": "https://registry.nlark.com/vue-template-compiler/download/vue-template-compiler-2.6.10.tgz?cache=0&sync_timestamp=1623059845318&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvue-template-compiler%2Fdownload%2Fvue-template-compiler-2.6.10.tgz",
+      "integrity": "sha1-MjtPNJXwT6o1AzN6gvXWUHeZycw=",
       "dev": true,
       "requires": {
         "de-indent": "^1.0.2",

+ 1 - 1
package.json

@@ -51,6 +51,6 @@
     "sass-loader": "^7.1.0",
     "script-ext-html-webpack-plugin": "2.1.3",
     "uglifyjs-webpack-plugin": "^2.1.2",
-    "vue-template-compiler": "^2.6.10"
+    "vue-template-compiler": "2.6.10"
   }
 }

+ 4 - 0
src/App.vue

@@ -57,6 +57,10 @@ html {
           width: 100%;
           height: auto;
         }
+        .van-tabbar--fixed{
+          z-index:99999;
+
+        }
       }
     }
   }

+ 1 - 1
src/layout/index.vue

@@ -46,7 +46,7 @@ export default {
       bottomTabs: [
         //底部导航配置
         {
-          to: "/live",
+          to: "/home/live",
           title: "直播",
           icon: {
             active: require("@/assets/images/home/live-active.png"),