Commit b002fa8f by zhangleyuan

feat:修改环境

parent 5e3893e7
......@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2021-01-05 10:55:02
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-01-18 21:18:52
* @LastEditTime: 2021-04-07 13:59:29
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -22,6 +22,6 @@ const APP_ID_MAP = {
}
// 调试环境,默认dev
const ENV = 'prod';
const ENV = 'dev';
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