From 7e1762d879fc8b360e877a5828deef42eb14cc3b Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 28 十月 2020 18:28:40 +0800
Subject: [PATCH] 引入simple-uploader源文件并更新assignBrowse方法,标注页面更新,首页分页器样式更新
---
src/components/canvas/Dialog.vue | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/src/components/canvas/Dialog.vue b/src/components/canvas/Dialog.vue
index 8245db6..8d66184 100644
--- a/src/components/canvas/Dialog.vue
+++ b/src/components/canvas/Dialog.vue
@@ -97,11 +97,7 @@
width="960"
height="540"
:style="
- `position:static;background:url(${
- snapshot_url
- ? `/httpImage/${snapshot_url}`
- : backImg
- }) 0% 0%/960px 540px no-repeat;`
+ `position:static;background:url(${snapshot_url}) 0% 0%/960px 540px no-repeat;`
"
></canvas>
<p
--
Gitblit v1.8.0