Commit 05d3af00 by caoyanzhi

fix: 添加提示

parent 06e195d9
......@@ -979,6 +979,10 @@ export default {
}
},
created() {
this.$message.warning('数据正在同步,预计需要10分钟,请耐心等待!');
setTimeout(() => {
this.$router.go(-1)
}, 3000)
if (!this.storeImageUrl) {
this.$store.dispatch("getStorePicture");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment