Browse Source

feat: 更改login page background img

lanjianrong 3 years atrás
parent
commit
0c0a2cb85a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/document.ejs

+ 1 - 1
src/pages/document.ejs

@@ -36,7 +36,7 @@
           padding: 0;
         }
         #root {
-          background-image: url('<%= context.config.publicPath +"home_bg.png"%>');
+          background-image: url('https://d2.smartcost.com.cn/cach/cld/home_bg.png');
           background-repeat: no-repeat;
           background-size: 100% auto;
         }