From 3f24fbc89959ec4aa9f3308e1af453e43d504ac5 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期三, 10 七月 2024 20:04:16 +0800 Subject: [PATCH] feat:完成车间管理部分的重构 --- src/router/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 5972b9c..85feafc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -111,7 +111,7 @@ // 瀵煎嚭璺敱 鍦� main.js 閲屼娇鐢� const createRouter = () => new Router({ - mode: "history", + mode: "hash", // base: window.getServerJson.context, scrollBehavior: () => ({ y: 0 }), routes: constantRoutes -- Gitblit v1.8.0