소스 검색

Merge branch 'dev' of xiongzhu/paimaide into master

熊竹 2 년 전
부모
커밋
4ee8d0b9d0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/meta.js
  2. 1 1
      src/App.vue

+ 1 - 1
public/meta.js

@@ -1 +1 @@
-window.www_version = 1122
+window.www_version = 1123

+ 1 - 1
src/App.vue

@@ -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,