浏览代码

url全局prefix /oe

Michael Wang 6 年之前
父节点
当前提交
c1bfb0e796
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: "/",