Kaynağa Gözat

解决tabbar显示错误问题

wzy 10 ay önce
ebeveyn
işleme
9ec6ce9809
3 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 3 2
      manifest.json
  2. 1 1
      pages/tabbar/index/index.vue
  3. 0 1
      utils/request.js

+ 3 - 2
manifest.json

@@ -80,13 +80,14 @@
     "vueVersion" : "2",
     "h5" : {
         "title" : "团蜂商家端",
-        "template" : "index.html",
+        "template" : "",
         "router" : {
             "mode" : "hash",
             "base" : "/"
         },
         "devServer" : {
-            "port" : 8080
+            "port" : 8080,
+            "https" : false
         }
     }
 }

+ 1 - 1
pages/tabbar/index/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="content">
-		首页
+		首页大萨达撒大声地
 	</view>
 </template>
 

+ 0 - 1
utils/request.js

@@ -73,5 +73,4 @@ const request1 = (requesUrl, data, method = 'GET') => {
 export {
 	request,
 	request1,
-	BASE_URL
 }