Your Name 1 jaar geleden
bovenliggende
commit
3e770d2033
5 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 1
    1
      .env.production
  2. 1
    1
      index.html
  3. BIN
      public/favicon.ico
  4. BIN
      public/logo.png
  5. 2
    2
      src/store/models/system.js

+ 1
- 1
.env.production Bestand weergeven

1
-VITE_SERVER_BASE=https://wmcj.huoshannews.com
1
+VITE_SERVER_BASE=

+ 1
- 1
index.html Bestand weergeven

4
     <meta charset="UTF-8" />
4
     <meta charset="UTF-8" />
5
     <link rel="icon" type="image/x-icon" href="favicon.ico" />
5
     <link rel="icon" type="image/x-icon" href="favicon.ico" />
6
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
-    <title>文明霍山</title>
7
+    <title>文明城市</title>
8
   </head>
8
   </head>
9
   <body>
9
   <body>
10
     <div id="root"></div>
10
     <div id="root"></div>

BIN
public/favicon.ico Bestand weergeven


BIN
public/logo.png Bestand weergeven


+ 2
- 2
src/store/models/system.js Bestand weergeven

11
   // 其他配置
11
   // 其他配置
12
   const [app, setApp] = useState({
12
   const [app, setApp] = useState({
13
     fullName: '文明创城信息管理系统',
13
     fullName: '文明创城信息管理系统',
14
-    shorName: '文明霍山',
15
-    company: '云致科技'
14
+    shorName: '文明城市',
15
+    company: ''
16
   });
16
   });
17
 
17
 
18
   return {
18
   return {