lrf402788946 il y a 4 ans
Parent
commit
474402c650
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/service/install.js

+ 1 - 1
app/service/install.js

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