hxx 2 년 전
부모
커밋
f1d93d99ee

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.79951d06.css


+ 0 - 0
dist/static/css/chunk-40096e85.a276363d.css → dist/static/css/chunk-7095700a.a276363d.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.5c72b1bf.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.ff13002c.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-40096e85.5eaceec6.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-7095700a.66e2ab34.js


+ 2 - 2
src/layout/index.vue

@@ -195,9 +195,9 @@ export default {
   mounted(){
  setTimeout(function(){
  if(localStorage.getItem("switchnum")==0){
-            document.getElementById('theme').href="./static/white.css"
+            document.getElementById('theme').href=getUrl('service')+"/static/white.css"
       }else{
-          document.getElementById('theme').href="./static/black.css"
+          document.getElementById('theme').href=getUrl('service')+"/static/black.css"
       }
  },100)
 },

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.