|
|
@@ -739,7 +739,7 @@
|
|
|
methods: {
|
|
|
goTopic(topic) {
|
|
|
window.open(
|
|
|
- this.$store.state.domainConfig.jishuinUrl + "/p/" + topic.hash_id
|
|
|
+ this.$store.state.domainConfig.jishuinUrl + "/p/" + topic.hash_id
|
|
|
);
|
|
|
},
|
|
|
goVideo(topic) {
|
|
|
@@ -1254,19 +1254,12 @@
|
|
|
if (res.status == 1) {
|
|
|
this.kols = res.data.aus;
|
|
|
this.total = res.data.total;
|
|
|
- if(res.data.code == -1){
|
|
|
- this.$message({
|
|
|
- type: "error",
|
|
|
- message: res.data.message
|
|
|
- });
|
|
|
- }else{
|
|
|
- this.$message({
|
|
|
- type: "success",
|
|
|
- message: "编辑成功!"
|
|
|
- });
|
|
|
- this.getList();
|
|
|
- this.operateTagManege = false;
|
|
|
- }
|
|
|
+ this.$message({
|
|
|
+ type: "success",
|
|
|
+ message: "编辑成功!"
|
|
|
+ });
|
|
|
+ this.getList();
|
|
|
+ this.operateTagManege = false;
|
|
|
}
|
|
|
}).catch((re) => {
|
|
|
this.$message({
|