Explorar o código

feat: 修改target

L hai 6 meses
pai
achega
7af1d87d6c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -20,7 +20,7 @@ export default defineConfig({
 		open: true,
 		proxy: {
 		  '^/sqx_fast': {
-			target: 'https://www.bosszan.com/',
+			target: 'http://192.168.0.10:7155',
 			secure: false,
 			changeOrigin: true,
 		  }