|
|
@@ -127,7 +127,7 @@ function getBrokers() {
|
|
|
http.get('/sysConfig/get/customer_json').then(res => {
|
|
|
customers.value = JSON.parse(res.value)
|
|
|
http.get('/user/myBroker').then(res => {
|
|
|
- customers.value.splice(0, 0, {
|
|
|
+ customers.value.unshift({
|
|
|
type: 'Telegram',
|
|
|
account: res.account,
|
|
|
broker: true,
|