lrf402788946 4 years ago
parent
commit
474402c650
1 changed files with 1 additions and 1 deletions
  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));
   }
 }