Commit 02d705cc by zhangleyuan

feat:修改环境

parent 4e04aa7e
...@@ -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-15 20:39:08
* @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 = 'gray';
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