Yansen 1 vuosi sitten
vanhempi
commit
9e5838be9b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      vite.config.js

+ 2
- 2
vite.config.js Näytä tiedosto

@@ -6,8 +6,8 @@ import { VantResolver } from 'unplugin-vue-components/resolvers';
6 6
 
7 7
 // https://vitejs.dev/config/
8 8
 export default defineConfig({
9
-  // base: '/state-grid/invoice-filling-h5/',
10
-  base: '/test/',
9
+  base: '/state-grid/invoice-filling-h5/',
10
+  // base: '/test/',
11 11
   server: {
12 12
     //让局域网其他同事可以通过ip地址访问项目
13 13
     host:'0.0.0.0',