Jelajahi Sumber

测试运营个人

liubei@c-top.com.cn 3 tahun lalu
induk
melakukan
802284bc5d

+ 0 - 1
src/views/modules/stockWatch/modules/new-keepManage/account-newkeepManage.vue

@@ -570,7 +570,6 @@
         mounted() {
             if (localStorage.getItem('personalaccountId')) {
                 this.accountId = localStorage.getItem('personalaccountId')
-                localStorage.removeItem('personalaccountId')
             }
             this.showColumn();
             this.showIndex();

+ 0 - 1
src/views/modules/stockWatch/modules/new-keepManage/personal-keepManage.vue

@@ -312,7 +312,6 @@
         mounted() {
             if (localStorage.getItem('personalUserId')) {
                 this.queryUserId = localStorage.getItem('personalUserId')
-                localStorage.removeItem('personalUserId')
             }
             this.showColumn()
             this.getQueryNewlyData();