소스 검색

代理域名变更

程志平 4 년 전
부모
커밋
bdb79d9ec6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -38,7 +38,7 @@ module.exports = {
 		},
 		proxy: {
 			[process.env.VUE_APP_BASE_API]: {
-				target: 'http://demo.xwsyjjy.com',
+				target: 'https://chtech.ncjti.edu.cn/air-conditioner-control',
 				// target: 'http://127.0.0.1:9999',
 				changeOrigin: true,
 				pathRewrite: {