Преглед на файлове

feat: 修改默认加载ui图片

lanjianrong преди 5 години
родител
ревизия
411cead0c7
променени са 3 файла, в които са добавени 20 реда и са изтрити 14 реда
  1. 0 5
      public/pro_icon.svg
  2. 14 0
      public/zh logo.svg
  3. 6 9
      src/pages/document.ejs

Файловите разлики са ограничени, защото са твърде много
+ 0 - 5
public/pro_icon.svg


Файловите разлики са ограничени, защото са твърде много
+ 14 - 0
public/zh logo.svg


+ 6 - 9
src/pages/document.ejs

@@ -3,10 +3,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta
-      name="keywords"
-      content="CLD.SystemV2"
-    />
+    <meta name="keywords" content="CLD.SystemV2" />
     <meta
       name="description"
       content="
@@ -190,7 +187,7 @@
           min-height: 420px;
         "
       >
-        <img src="<%= context.config.publicPath +'pro_icon.svg'%>" alt="logo" width="256" />
+        <img src="<%= context.config.publicPath +'zh logo.svg'%>" alt="logo" width="256" />
         <div class="page-loading-warp">
           <div class="ant-spin ant-spin-lg ant-spin-spinning">
             <span class="ant-spin-dot ant-spin-dot-spin"
@@ -200,16 +197,16 @@
           </div>
         </div>
         <div style="display: flex; align-items: center; justify-content: center">
-          <img
+          <!-- <img
             src="/logo.svg"
             width="32"
             style="margin-right: 8px"
-          />
-          <!-- <img
+          /> -->
+          <img
             src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"
             width="32"
             style="margin-right: 8px"
-          /> -->
+          />
           Ant Design
         </div>
       </div>