SanHQin 3 月之前
父節點
當前提交
2131fa06ec

File diff suppressed because it is too large
+ 0 - 0
dist/css/app.a152e7ce.css


+ 1 - 1
dist/index.html

@@ -36,4 +36,4 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.3a922260.js"></script><script defer="defer" src="/js/app.8c726af4.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.5876741f.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but userManage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
+      }</style><script defer="defer" src="/js/chunk-vendors.3a922260.js"></script><script defer="defer" src="/js/app.8f65a18c.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.a152e7ce.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but userManage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

File diff suppressed because it is too large
+ 0 - 0
dist/js/app.8f65a18c.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.8f65a18c.js.map


+ 6 - 2
src/components/dialog/permissionSettingDialog.vue

@@ -2146,9 +2146,13 @@ export default {
 			let _url = await this.uploadFile("image/*");
 			if (_url) {
 				if (this.tagType == "admin-cocoFlow") {
-					this.form.admin.cocoFlow[index].setIcon = _url;
+					let _data = JSON.parse(JSON.stringify(this.form.admin.cocoFlow));
+					_data[index].setIcon = _url;
+					this.form.admin.cocoFlow = _data;
 				} else if (this.tagType == "admin-cocoFlow2") {
-					this.form.admin.cocoFlow2[index].setIcon = _url;
+					let _data = JSON.parse(JSON.stringify(this.form.admin.cocoFlow2));
+					_data[index].setIcon = _url;
+					this.form.admin.cocoFlow2 = _data;
 				}
 				this.$forceUpdate();
 			} else {

Some files were not shown because too many files changed in this diff