Sfoglia il codice sorgente

url全局prefix /oe

Michael Wang 6 anni fa
parent
commit
c1bfb0e796
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/router.js

+ 1 - 0
src/router.js

@@ -14,6 +14,7 @@ import Password from "./features/Password/Password.vue";
 Vue.use(Router);
 let router = new Router({
   mode: "history",
+  base: "/oe",
   routes: [
     {
       path: "/",