浏览代码

uodate add person info rule

code4eat 4 年之前
父节点
当前提交
81fdff9cdb

+ 2 - 1
.env.production

@@ -1,7 +1,8 @@
 # base api
-REACT_APP_BASE_API = 'http://112.124.59.133:8081/'
+REACT_APP_BASE_API = 'http://121.43.139.179:8802/'
 
 #192.168.51.80
+#http://121.43.139.179:8802 线上环境
 #112.124.59.133:8081 服务器
 # 生产环境下不产生sourceMap
 GENERATE_SOURCEMAP=false

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "trackMethodology",
-  "version": "0.1.1",
+  "version": "0.1.2",
   "author": "",
   "license": "MIT",
   "private": true,

+ 1 - 1
src/views/personnelManagement/personnelInformation/personnelInformation.jsx

@@ -108,7 +108,7 @@ class TableForm extends React.Component {
                    )(<Input />)}
                    </Form.Item>
                    <Form.Item label="电话号码">
-                   {getFieldDecorator('telPhone',config(telPhone,[{required: true,message: '请输入号码!',}]) 
+                   {getFieldDecorator('telPhone',config(telPhone,[{required: false,message: '请输入号码!',}]) 
                    )(<Input />)}
                    </Form.Item>
                    {/* <Form.Item label="绑定单位"

二进制
追踪方法学管理工具v0.1.2_179_build0716.zip