Explorar el Código

chore(config): 注释掉 vite 代理配置

wangcong hace 1 semana
padre
commit
134410651f
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  1. 6 5
      vite.config.ts

+ 6 - 5
vite.config.ts

@@ -51,12 +51,13 @@ export default defineConfig({
       // '/image': 'https://v.le5le.com/',
       // '/image': 'https://v.le5le.com/',
       // '/file': 'https://v.le5le.com/',
       // '/file': 'https://v.le5le.com/',
       // '/api': 'http://192.168.110.141:7000/',
       // '/api': 'http://192.168.110.141:7000/',
-      '/api': 'https://v.le5le.com/',
-      '/v/material': 'https://v.le5le.com/',
-      '/png': 'https://v.le5le.com/',
-      '/svg': 'https://v.le5le.com/',
+      // '/api': 'http://192.168.1.137:9900/api-dashboard',
+      // '/api': 'https://v.le5le.com/',
+      // '/v/material': 'https://v.le5le.com/',
+      // '/png': 'https://v.le5le.com/',
+      // '/svg': 'https://v.le5le.com/',
       // '/view': 'https://v.le5le.com/',
       // '/view': 'https://v.le5le.com/',
-      '/api/tools':'https://v.le5le.com/'
+      // '/api/tools':'https://v.le5le.com/'
     },
     },
   },
   },
 });
 });