|
@@ -115,7 +115,7 @@ onMounted(() => {
|
|
|
customers.value = JSON.parse(res.value)
|
|
customers.value = JSON.parse(res.value)
|
|
|
http.get('/user/myBroker').then(res => {
|
|
http.get('/user/myBroker').then(res => {
|
|
|
console.log(res)
|
|
console.log(res)
|
|
|
- customers.value.push({
|
|
|
|
|
|
|
+ customers.value.splice(0, 0, {
|
|
|
type: 'Telegram',
|
|
type: 'Telegram',
|
|
|
account: res.account,
|
|
account: res.account,
|
|
|
broker: true,
|
|
broker: true,
|