Browse Source

refactor(manifest): 移除h5路由的基础路径配置

feige996 10 months ago
parent
commit
398bbbda35
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/manifest.json

+ 1 - 3
src/manifest.json

@@ -106,8 +106,6 @@
   },
   "vueVersion": "3",
   "h5": {
-    "router": {
-      "base": "/"
-    }
+    "router": {}
   }
 }