Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c118500c31
@ -1,8 +1,8 @@
|
|||||||
# pearProjectApi
|
# PearProject
|
||||||
|
|
||||||
基于Vue.js实现的项目管理系统
|
**Pear,梨子项目管理系统**
|
||||||
|
|
||||||
相关资料:https://www.yuque.com/vilson/ef1m6t
|
**相关资料:https://www.yuque.com/bzsxmz**
|
||||||
|
|
||||||
需要配合[前端项目](https://github.com/a54552239/pearProject)使用,链接:https://github.com/a54552239/pearProject
|
需要配合[前端项目](https://github.com/a54552239/pearProject)使用,链接:https://github.com/a54552239/pearProject
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ class Task extends CommonModel
|
|||||||
}
|
}
|
||||||
$result = self::update($data, ['code' => $code]);
|
$result = self::update($data, ['code' => $code]);
|
||||||
$member = getCurrentMember();
|
$member = getCurrentMember();
|
||||||
$type = 'name';
|
$type = '';
|
||||||
if (isset($data['name'])) {
|
if (isset($data['name'])) {
|
||||||
$type = 'name';
|
$type = 'name';
|
||||||
}
|
}
|
||||||
@ -122,7 +122,7 @@ class Task extends CommonModel
|
|||||||
$type = 'clearEndTime';
|
$type = 'clearEndTime';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self::taskHook($member['code'], $code, $type);
|
$type && self::taskHook($member['code'], $code, $type);
|
||||||
//TODO 任务动态
|
//TODO 任务动态
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@ return [
|
|||||||
// 应用名称
|
// 应用名称
|
||||||
'app_name' => 'pearProject',
|
'app_name' => 'pearProject',
|
||||||
// 应用版本
|
// 应用版本
|
||||||
'app_version' => '2.6.0',
|
'app_version' => '2.6.1',
|
||||||
// 应用地址
|
// 应用地址
|
||||||
'app_host' => '',
|
'app_host' => '',
|
||||||
// 应用调试模式
|
// 应用调试模式
|
||||||
|
Loading…
x
Reference in New Issue
Block a user