Commit 73103338 by zhangleyuan

feat:处理环境

parent 205fc051
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: zhangleyuan * @Author: zhangleyuan
* @Date: 2021-01-05 10:55:02 * @Date: 2021-01-05 10:55:02
* @LastEditors: zhangleyuan * @LastEditors: zhangleyuan
* @LastEditTime: 2021-01-05 11:02:06 * @LastEditTime: 2021-01-14 10:56:18
* @Description: 描述一下 * @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -22,6 +22,6 @@ const APP_ID_MAP = { ...@@ -22,6 +22,6 @@ const APP_ID_MAP = {
} }
// 调试环境,默认dev // 调试环境,默认dev
const ENV = 'dev'; const ENV = 'rc';
export const AppId = APP_ID_MAP[ENV]; export const AppId = APP_ID_MAP[ENV];
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