Browse Source

打包路由测试

CzRger 8 months ago
parent
commit
a5bd2f2d0e
2 changed files with 2 additions and 1 deletions
  1. 1 1
      snowy-admin-web/src/router/index.js
  2. 1 0
      snowy-admin-web/vite.config.mjs

+ 1 - 1
snowy-admin-web/src/router/index.js

@@ -36,7 +36,7 @@ const routes_404 = [
 const routes = [...systemRouter, ...whiteListRouters, ...routes_404]
 
 const router = createRouter({
-	history: createWebHistory(),
+	history: createWebHistory(import.meta.env.BASE_URL),
 	routes
 })
 

+ 1 - 0
snowy-admin-web/vite.config.mjs

@@ -56,6 +56,7 @@ export default defineConfig(({ command, mode }) => {
 			__VUE_I18N_PROD_DEVTOOLS__: true,
 			__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: true
 		},
+		// base: '/yqyc/',
 		build: {
 			// sourcemap: true,
 			outDir: "yqyc-web",