L 6 сар өмнө
parent
commit
7af1d87d6c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

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