Commit 60f68760 by zhangleyuan

feat:解决合并代码后的冲突

parents ef0d3a55 1131d310
......@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-31 09:34:31
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-08-17 15:46:59
* @LastEditTime: 2021-08-17 17:04:06
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -102,7 +102,7 @@ class Axios {
content: "直播进行中,无法删除直播",
okText: "我知道了"
})
}else if(resultCode === 'NO_CREATE_STORE'){
}else if(resultCode === 'STORE_NUM_FULL'){
Modal.warning({
title:"提示",
content: "企业总学院数达到上限,无法继续创建。",
......
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