dev01 1 ano atrás
pai
commit
9e8ad62cee
5 arquivos alterados com 7 adições e 7 exclusões
  1. 1 1
      README.md
  2. 1 1
      package.json
  3. 1 1
      project.tt.json
  4. 3 3
      src/pages/login/index.jsx
  5. 1 1
      yarn-error.log

+ 1 - 1
README.md

@@ -1,3 +1,3 @@
 # kede-research-weapp
 
-科的研发工时管理服务小程序
+研发工时管理服务小程序

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "kede-research-weapp",
   "version": "1.0.0",
   "private": true,
-  "description": "科的研发工时管理服务小程序",
+  "description": "研发工时管理服务小程序",
   "templateInfo": {
     "name": "redux",
     "typescript": false,

+ 1 - 1
project.tt.json

@@ -1,7 +1,7 @@
 {
   "miniprogramRoot": "./",
   "projectname": "kede-research-weapp",
-  "description": "科的研发工时管理服务小程序",
+  "description": "研发工时管理服务小程序",
   "appid": "touristappid",
   "setting": {
     "urlCheck": true,

+ 3 - 3
src/pages/login/index.jsx

@@ -247,10 +247,10 @@ class Login extends Component {
           color='#FFF'
           onHome={() => { }}
         />
-        <Image src={LOGO} className="logo" mode='heightFix' />
+        {/* <Image src={LOGO} className="logo" mode='heightFix' /> */}
         <View className='welcome'>
           <Image src={BG} className='bg' mode='heightFix' />
-          <View className='welcomeTitle'>科德研发工时管理服务系统</View>
+          <View className='welcomeTitle'>研发工时管理服务系统</View>
           <View className='welcomeTitle'>欢迎您!</View>
         </View>
         <privacy />
@@ -330,7 +330,7 @@ class Login extends Component {
             暂无账号?请联系管理员进行添加
           </View>
           <View className='company'>
-            湖南科德信息咨询集团有限公司
+            {/* 湖南科德信息咨询集团有限公司 */}
           </View>
         </View>
         <AtModal

+ 1 - 1
yarn-error.log

@@ -21,7 +21,7 @@ npm manifest:
     "name": "kede-research-weapp",
     "version": "1.0.0",
     "private": true,
-    "description": "科的研发工时管理服务小程序",
+    "description": "研发工时管理服务小程序",
     "templateInfo": {
       "name": "redux",
       "typescript": false,