| | |
| | | isSDKDetail: true,
|
| | | actType: "",
|
| | | actId: "",
|
| | | input3: "",
|
| | | select: "",
|
| | | activedSdkOrApp: {
|
| | | activateCode: "",
|
| | |
| | | .then((res) => {
|
| | | if (res && res.success) {
|
| | | app.unloadLoading = false;
|
| | | _this.getAllApps();
|
| | | // _this.getAllApps();
|
| | | this.$emit("flushApp")
|
| | | window.parent.postMessage(
|
| | | {
|
| | | msg: "AppUpdate",
|
| | |
| | | message: "卸载应用成功",
|
| | | type: "success",
|
| | | });
|
| | | this.goback()
|
| | | }
|
| | | })
|
| | | .catch((e) => {
|
| | |
| | | if (res && res.success) {
|
| | | sdk.unloadLoading = false;
|
| | | this.$notify.success("卸载完成");
|
| | | _this.getAllSdk();
|
| | | // _this.getAllSdk();
|
| | | this.$emit("flushSdk")
|
| | | window.parent.postMessage({ msg: "AppUpdate" }, "*");
|
| | | this.goback()
|
| | | }
|
| | | })
|
| | | .catch((e) => {
|