SanHQin 3 months ago
parent
commit
68c1cf80e1

File diff suppressed because it is too large
+ 0 - 0
dist/css/app.35e2ca19.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.6f3afb79.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.7d227826.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.52cda20d.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.35e2ca19.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.52cda20d.js


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


+ 19 - 19
src/components/dialog/addDesktopToolDialog.vue

@@ -148,7 +148,7 @@
 										</el-tooltip>
 									</div>
 								</div>
-
+<!-- 
 								<div class="f_aRow f_ar_icon">
 									<span>默认图标</span>
 									<div class="f_icon" style="margin-left: 10px">
@@ -201,7 +201,7 @@
 											</el-image>
 										</el-tooltip>
 									</div>
-								</div>
+								</div> -->
 							</div>
 							<div class="f_hr"></div>
 						</div>
@@ -237,8 +237,8 @@ export default {
 						icon: "",
 						name: "",
 						platformIcon: "",
-						activeIcon: "",
-						defaultIcon: "",
+						// activeIcon: "",
+						// defaultIcon: "",
 					},
 					{
 						region: "beta",
@@ -246,8 +246,8 @@ export default {
 						icon: "",
 						name: "",
 						platformIcon: "",
-						activeIcon: "",
-						defaultIcon: "",
+						// activeIcon: "",
+						// defaultIcon: "",
 					},
 					{
 						region: "hk",
@@ -255,8 +255,8 @@ export default {
 						icon: "",
 						name: "",
 						platformIcon: "",
-						activeIcon: "",
-						defaultIcon: "",
+						// activeIcon: "",
+						// defaultIcon: "",
 					},
 					{
 						region: "com",
@@ -264,8 +264,8 @@ export default {
 						icon: "",
 						name: "",
 						platformIcon: "",
-						activeIcon: "",
-						defaultIcon: "",
+						// activeIcon: "",
+						// defaultIcon: "",
 					},
 				],
 				json: "",
@@ -311,8 +311,8 @@ export default {
 						icon: "",
 						name: "",
 						platformIcon: "",
-						activeIcon: "",
-						defaultIcon: "",
+						// activeIcon: "",
+						// defaultIcon: "",
 					},
 					{
 						region: "beta",
@@ -320,8 +320,8 @@ export default {
 						icon: "",
 						name: "",
 						platformIcon: "",
-						activeIcon: "",
-						defaultIcon: "",
+						// activeIcon: "",
+						// defaultIcon: "",
 					},
 					{
 						region: "hk",
@@ -329,8 +329,8 @@ export default {
 						icon: "",
 						name: "",
 						platformIcon: "",
-						activeIcon: "",
-						defaultIcon: "",
+						// activeIcon: "",
+						// defaultIcon: "",
 					},
 					{
 						region: "com",
@@ -338,8 +338,8 @@ export default {
 						icon: "",
 						name: "",
 						platformIcon: "",
-						activeIcon: "",
-						defaultIcon: "",
+						// activeIcon: "",
+						// defaultIcon: "",
 					},
 				],
 				json: "",
@@ -353,7 +353,7 @@ export default {
 			if(!this.form.toolId){
 				return this.$message.error("请完善工具标识的设置!");
 			}
-			if(!_rule.url || !_rule.icon || !_rule.name || !_rule.platformIcon || !_rule.activeIcon || !_rule.defaultIcon){
+			if(!_rule.url || !_rule.icon || !_rule.name || !_rule.platformIcon){
 				return this.$message.error("请完善cn站点的设置!")
 			}
 			

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