|
@@ -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站点的设置!")
|
|
|
}
|
|
|
|