Browse Source

更新 'vite.config.js'

fanyong 1 month ago
parent
commit
8205ac7df0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -8,5 +8,5 @@ export default defineConfig({
     port: 8081,
     strictPort: true
   },
-  base: '/admin/'
+  base: '/fara/admin/'
 })