Browse Source

url全局prefix /oe

Michael Wang 6 năm trước cách đây
mục cha
commit
c1bfb0e796
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: "/",