吴洪双 пре 6 година
родитељ
комит
84753878e6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      configs/env.js

+ 1 - 1
configs/env.js

@@ -16,7 +16,7 @@ if (process.env.NODE_ENV === 'development') {
 if (process.env.NODE_ENV === 'production') {
     // 生产环境
 	configs = Object.assign(configs, {
-		baseUrl: 'https://xxx/',
+		baseUrl: 'https://app.sunzee.com.cn/ShenzeeServer',
 		// isProduction: true,
 	});
 }