Ver Fonte

配置生产路径

吴洪双 há 6 anos atrás
pai
commit
84753878e6
1 ficheiros alterados com 1 adições e 1 exclusões
  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,
 	});
 }