Yansen před 1 rokem
rodič
revize
9e5838be9b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      vite.config.js

+ 2
- 2
vite.config.js Zobrazit soubor

@@ -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',