Explorar el Código

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

feige996 hace 10 meses
padre
commit
398bbbda35
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/manifest.json

+ 1 - 3
src/manifest.json

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