张涛 9 months ago
parent
commit
9c54b7c34e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/login/components/Head.jsx

+ 1
- 1
src/pages/login/components/Head.jsx View File

@@ -11,7 +11,7 @@ export default (props) => {
11 11
           src={logo}
12 12
         />
13 13
       </View>
14
-      <View className={style['txt-box']}>欢迎登录文明创城</View>
14
+      <View className={style['txt-box']}>攀枝花市文明城市建设督查工作平台</View>
15 15
     </View>
16 16
   )
17 17