apply-clients 3.4.12 → 3.4.14

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.
@@ -8,8 +8,8 @@ var compiler = webpack(config)
8
8
  // var proxy = httpProxy.createProxyServer()
9
9
  // var ldap = 'http://121.36.79.201:8400'
10
10
  // var applyinstall = 'http://121.36.79.201:8400'
11
- var ldap = 'http://117.33.181.102:8401/'
12
- var applyinstall = 'http://117.33.181.102:8401/'
11
+ var ldap = 'http://121.36.106.17:8400/'
12
+ var applyinstall = 'http://121.36.106.17:8400/'
13
13
 
14
14
  var proxyTable = {
15
15
  '/rs/logic/getSaleInitData': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.4.12",
3
+ "version": "3.4.14",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -31,7 +31,7 @@ export default {
31
31
  console.log('在ready里打印一下this.filePath',this.filePath)
32
32
  this.f_sign_path = this.filePath
33
33
  console.log('在ready里打印一下this.f_sign_path',this.f_sign_path)
34
- // this.getFiles()
34
+ this.getFiles()
35
35
  },
36
36
  methods: {
37
37
  clean () {
package/src/main.js CHANGED
@@ -6,13 +6,13 @@ import {system} from 'system-clients'
6
6
  import {sale} from 'sale-client'
7
7
  import {material} from 'material-client'
8
8
 
9
- import apply from './apply'
9
+ // import apply from './apply'
10
10
 
11
- // import applyAndroid from './applyAndroid'
11
+ import applyAndroid from './applyAndroid'
12
12
 
13
13
  all()
14
- apply('guangxi')
15
- // applyAndroid()
14
+ // apply('')
15
+ applyAndroid()
16
16
  ldap()
17
17
  sale()
18
18
  material()