|
@@ -499,7 +499,7 @@ export default {
|
|
|
this.$message.success("发布成功");
|
|
|
setTimeout(() => {
|
|
|
const token = this.$store.getters["token"];
|
|
|
- const data = `categoryId=${this.urlMsg.categoryId}&projectId=${this.urlMsg.projectId}&BuildingID=${this.urlMsg.BuildingID}&FloorID=${this.urlMsg.FloorID}&fmapID=${this.urlMsg.fmapID}$token=${token}`;
|
|
|
+ const data = `categoryId=${this.urlMsg.categoryId}&projectId=${this.urlMsg.projectId}&BuildingID=${this.urlMsg.BuildingID}&FloorID=${this.urlMsg.FloorID}&fmapID=${this.urlMsg.fmapID}&token=${token}`;
|
|
|
const url =
|
|
|
window.location.origin +
|
|
|
"/wandaEditer/drafts?" +
|