|
@@ -290,7 +290,7 @@
|
|
|
},
|
|
|
|
|
|
// 迁移
|
|
|
- ...mapGetters(["nickname", "avatar", "userInfo"]),
|
|
|
+ ...mapGetters(["nickname", "avatar", "userInfo"]),
|
|
|
changePlatform() {
|
|
|
if (this.appType == 'android') {
|
|
|
this.showAndroid = true;
|
|
@@ -357,7 +357,7 @@
|
|
|
postAction(this.url.insertTemplateUrl, params).then((res) => {
|
|
|
console.log(res)
|
|
|
if (res.success) {
|
|
|
- alert("创建应用成功");
|
|
|
+ this.$message.success('应用创建成功!',3);
|
|
|
this.close();
|
|
|
}
|
|
|
});
|
|
@@ -390,8 +390,8 @@
|
|
|
postAction(this.url.insertTemplateUrl, params).then((res) => {
|
|
|
console.log(res)
|
|
|
if (res.success) {
|
|
|
- alert("广告组模板创建成功");
|
|
|
- this.visible = false;
|
|
|
+ this.$message.success('应用创建成功!',3);
|
|
|
+ this.close();
|
|
|
}
|
|
|
});
|
|
|
}
|