Browse Source

base 改为 /

visuddhinanda 3 years ago
parent
commit
39c7a56455
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/.umirc.ts

+ 1 - 1
dashboard/.umirc.ts

@@ -4,7 +4,7 @@ export default defineConfig({
 	nodeModulesTransform: {
 	nodeModulesTransform: {
 		type: 'none',
 		type: 'none',
 	},
 	},
-	base: '/my/',
+	base: '/',
 	fastRefresh: {},
 	fastRefresh: {},
 
 
 });
 });