Commit dcde8fdc by LJM

css

parent df14012a
Showing with 1 additions and 1 deletions
......@@ -704,7 +704,7 @@ export default {
this.getNews();
},
tabUi() {
let tab_arr = sessionStorage.getItem('tabs')
let tab_arr = JSON.parse(sessionStorage.getItem('tabs'));
if (tab_arr) {
if (tab_arr.length >= 9) {
this.$nextTick(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment