Your Name 1 ano atrás
pai
commit
3e770d2033
5 arquivos alterados com 4 adições e 4 exclusões
  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 Ver arquivo

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

+ 1
- 1
index.html Ver arquivo

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

BIN
public/favicon.ico Ver arquivo


BIN
public/logo.png Ver arquivo


+ 2
- 2
src/store/models/system.js Ver arquivo

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