From 2ad4ea12def993ea1313306f18fd7d8ec7a6ee36 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 29 Aug 2024 18:02:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/permission.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js index f70dd46..2983b04 100644 --- a/src/store/modules/permission.js +++ b/src/store/modules/permission.js @@ -37,6 +37,7 @@ export function filterAsyncRoutes(routes) { guard: route.guard_name, folder: route.folder, isModule: !/^\/./.test(route.path), + //TODO:修改地址 moduleUri: /^\/./.test(route.path) ? '' : `http://localhost:9529/${route.path}`, moduleName: /^\/./.test(route.path) ? '' : route.path, }