From d972421312b9b67786d712ad41e387d912f02de6 Mon Sep 17 00:00:00 2001 From: panda <1415243231@qq.com> Date: Mon, 25 May 2026 22:25:18 +0800 Subject: [PATCH] router: set basename /publish_dishboard for correct Vue history routing --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index a7d3c03..daa4776 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -17,7 +17,7 @@ const routes = [ ] const router = createRouter({ - history: createWebHistory(), + history: createWebHistory('/publish_dishboard'), routes })