yuanliang 1 anno fa
parent
commit
41c85eb2c4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 => {