@@ -15,6 +15,7 @@ class InstallService extends CrudService {
* 初始化
*/
async index() {
+ console.log('in function:in init');
// TODO,初始化管理员之类的
this.adminInit();
this.tenantInit();