jrs-react 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jrs-react",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",
@@ -15,13 +15,13 @@ export default class JRSubmit extends React.Component {
15
15
  // po('test',test)
16
16
  // const aaa=colonValueString('xxx',{})
17
17
  return axios.create({
18
- authorization: "aaaaaaaaaaaaa"
18
+ authorization: "bbbbbbbbbbbbbbb"
19
19
  ,timeout: 120000
20
20
  ,maxBodyLength: 104857600 //100mb 104857600
21
21
  ,maxContentLength: 104857600 //100mb
22
22
  })
23
23
  }
24
24
  render(){
25
- return <div>JRSubmit</div>
25
+ return <div>JRSubmit b</div>
26
26
  }
27
27
  }