Commit 4ae98200 by renmanyi

feat:灰度连线上环境

parent 1a7acdfe
/* /*
* @Author: 陈剑宇 * @Author: 陈剑宇
* @Date: 2020-05-07 14:43:01 * @Date: 2020-05-07 14:43:01
* @LastEditTime: 2021-01-21 11:29:39 * @LastEditTime: 2026-04-13 16:02:37
* @LastEditors: zhangleyuan * @LastEditors: renmanyi
* @Description: * @Description:
* @FilePath: /wheat-web-demo/src/domains/basic-domain/constants.ts * @FilePath: /wheat-web-demo/src/domains/basic-domain/constants.ts
*/ */
...@@ -15,7 +15,7 @@ const BASIC_HOST_MAP: MapInterface = { ...@@ -15,7 +15,7 @@ const BASIC_HOST_MAP: MapInterface = {
dev: 'https://dev-heimdall.xiaomai5.com/', dev: 'https://dev-heimdall.xiaomai5.com/',
dev1: 'https://dev1-heimdall.xiaomai5.com/', dev1: 'https://dev1-heimdall.xiaomai5.com/',
rc: 'https://rc-heimdall.xiaomai5.com/', rc: 'https://rc-heimdall.xiaomai5.com/',
gray: 'https://gray-heimdall.xiaomai5.com/', gray: 'https://heimdall.xiaomai5.com/',
prod: 'https://heimdall.xiaomai5.com/' prod: 'https://heimdall.xiaomai5.com/'
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment