Commit 87c041fd 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-18 21:18:52
* @Description: 描述一下 * @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
const APP_ID_MAP = { const APP_ID_MAP = {
dev: 'wx3ea60e78ddfa277e', dev: 'wx3ea60e78ddfa277e',
rc:'wx5c5a1fb71ecab7bc', rc:'wx5c5a1fb71ecab7bc',
gray:'wxe9f022ccb4d24a51', gray:'wx3dda02036493ada6',
prod:'wx5098ed9a6e115469' prod:'wx3dda02036493ada6'
} }
// 调试环境,默认dev // 调试环境,默认dev
const ENV = 'dev'; const ENV = 'prod';
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