lrf402788946 4 éve
szülő
commit
474402c650
1 módosított fájl, 1 hozzáadás és 1 törlés
  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));
   }
 }