+
+
+
+
@@ -15,40 +20,105 @@
-
+ @click="handleUpload"
+ >上传
+
-
-
-
+
+
+
+ :files="images" :options="{
+ download: true,
+ print: true,
+ edit: true,
+ check: true,
+ }" @change="imageEditChange">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bs-ui/src/views/index.vue b/bs-ui/src/views/index.vue
index 7fe35dd..cc03819 100644
--- a/bs-ui/src/views/index.vue
+++ b/bs-ui/src/views/index.vue
@@ -1,29 +1,142 @@