|
@@ -72,9 +72,9 @@ const leftMenuData = ref([
|
|
|
label: '节点选择',
|
|
|
icon: 'fas fa-cogs',
|
|
|
children: [
|
|
|
- { label: '国内节点', value: 'http://192.168.0.203:8080', icon: 'fas fa-wrench' },
|
|
|
- { label: '香港节点', value: 'http://192.168.0.203:8080', icon: 'fas fa-wrench' },
|
|
|
- { label: '日本节点', value: '', icon: 'fas fa-wrench' },
|
|
|
+ { label: '香港节点', value: 'http://54.46.9.88:9001', icon: 'fas fa-wrench' },
|
|
|
+ { label: '国内节点(建设中)', value: 'http://54.46.9.88:9001', icon: 'fas fa-wrench' },
|
|
|
+ { label: '日本节点(建设中)', value: 'http://54.46.9.88:9001', icon: 'fas fa-wrench' },
|
|
|
],
|
|
|
},
|
|
|
]);
|