소스 검색

修改蓝底

xusl 1 년 전
부모
커밋
1a179be88e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ipfcst/ipfcst-reportquery/src/main/frontend/layout/components/AppMain.vue

+ 1 - 1
ipfcst/ipfcst-reportquery/src/main/frontend/layout/components/AppMain.vue

@@ -31,7 +31,7 @@ export default {
       } else {
         // this.$store.commit('UPDATE_STYLE', 'white')
         // sessionStorage.setItem('styleSwitch','white')
-        loadStyle = await import('../../styles/white.scss')
+        loadStyle = await import('../../styles/blue.scss')
       }
       return loadStyle
     }