add install base
This commit is contained in:
@@ -66,7 +66,7 @@ const downloadAppCommand = new Command('download')
|
||||
registry = new URL(config.baseURL).origin;
|
||||
}
|
||||
const res = await queryApp(data, { url: getUrl(registry) });
|
||||
console.log('registry', registry, data);
|
||||
console.log('registry', registry, data, options.type);
|
||||
if (res.code === 200) {
|
||||
const app = res.data;
|
||||
let appType: 'app' | 'web' = 'web';
|
||||
|
||||
Reference in New Issue
Block a user