update
This commit is contained in:
@@ -47,7 +47,7 @@ app
|
||||
}
|
||||
})
|
||||
.define(async (ctx) => {
|
||||
// https://localhost:51015/client/router?path=shop&key=install
|
||||
// https://localhost:51515/client/router?path=shop&key=install
|
||||
const options = ctx.query?.data || {};
|
||||
const { id, type, force, yes } = options;
|
||||
assistantConfig.checkMounted();
|
||||
@@ -74,7 +74,7 @@ app
|
||||
}
|
||||
})
|
||||
.define(async (ctx) => {
|
||||
// https://localhost:51015/client/router?path=shop&key=uninstall
|
||||
// https://localhost:51515/client/router?path=shop&key=uninstall
|
||||
const options = ctx.query?.data || {};
|
||||
const { id, type, yes } = options;
|
||||
const app = new AppDownload(assistantConfig);
|
||||
|
||||
Reference in New Issue
Block a user