lrf402788946 4 年之前
父節點
當前提交
474402c650
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/install.js

+ 1 - 1
app/service/install.js

@@ -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));
   }
 }