소스 검색

appID问题修改

yuanliang 1 년 전
부모
커밋
41c85eb2c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -20,7 +20,7 @@ function pathResolve(dir: string) {
 
 // const proxyUrl = 'https://dev.lexiaoya.cn'
 // const proxyUrl = 'http://127.0.0.1:7293/'
-const proxyUrl = 'https://dev.resource.colexiu.com'
+const proxyUrl = 'https://test.resource.colexiu.com'
 // const proxyUrl = 'https://test.lexiaoya.cn'
 
 export default ({ command, mode }: ConfigEnv): UserConfig => {