|
@@ -16,7 +16,7 @@ class InstallService extends CrudService {
|
|
|
* 初始化redis中,项目名的缓存
|
|
|
*/
|
|
|
async initProject() {
|
|
|
- const project = [ 'platlive', 'zhwl' ];
|
|
|
+ const project = [ 'platlive', 'zhwl', 'live' ];
|
|
|
await this.redis.set('project', JSON.stringify(project));
|
|
|
}
|
|
|
}
|