Parcourir la source

配置生产路径

吴洪双 il y a 6 ans
Parent
commit
84753878e6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
 	});
 }