apply-clients 5.0.35-50 → 5.0.35-53

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.
@@ -43,6 +43,6 @@ export default function () {
43
43
  Vue.component('feiminyongvv', (resolve) => { require(['./components/app_apply/ezhou/FeiMinYongVV'], resolve) })
44
44
  // Vue.component('hetong-minyong', (resolve) => { require(['./components/app_apply/ezhou/HeTongMinYong'], resolve) })
45
45
  // Vue.component('hetong-feiminyongv', (resolve) => { require(['./components/app_apply/ezhou/HeTongFeiMinYongV'], resolve) })
46
- // 报建 待办流程页
47
- // Vue.component('placecontrolerapp', (resolve) => { require(['./components/app_apply/PlaceControler'], resolve) })
46
+ // 工程 待办事项
47
+ Vue.component('gongcheng', (resolve) => { require(['./components/app_apply/Gongcheng'], resolve) })
48
48
  }
package/src/main.js CHANGED
@@ -1,32 +1,32 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import {ldap} from 'ldap-clients'
5
- import {system} from 'system-clients'
6
- import {sale} from 'sale-client'
7
- import {material} from 'material-client'
8
-
9
- import apply from './apply'
10
- import applyAndroid from './ezhouAndroid'
11
- import 'lib-flexible/flexible.js'
12
- /*import vueBubble from 'vue-bubble'
13
- Vue.use(vueBubble)*/
14
- // import AndroidPlugin from './AndroidPlugin.js'
15
- import {systemphonegrid} from 'system-phone'
16
- // var Verificationfalg = false
17
- // system(Verificationfalg)
18
- all()
19
- system(false)
20
- apply()
21
- ldap()
22
- sale()
23
- material()
24
-
25
- applyAndroid()
26
- // Vue.use(AndroidPlugin)
27
- require('./bootstrap/less/bootstrap.less')
28
-
29
- new Vue({
30
- el: 'body',
31
- components: { App }
32
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import {ldap} from 'ldap-clients'
5
+ import {system} from 'system-clients'
6
+ import {sale} from 'sale-client'
7
+ import {material} from 'material-client'
8
+
9
+ import apply from './apply'
10
+ import applyAndroid from './ezhouAndroid'
11
+ import 'lib-flexible/flexible.js'
12
+ /*import vueBubble from 'vue-bubble'
13
+ Vue.use(vueBubble)*/
14
+ // import AndroidPlugin from './AndroidPlugin.js'
15
+ import {systemphonegrid} from 'system-phone'
16
+ // var Verificationfalg = false
17
+ // system(Verificationfalg)
18
+ all()
19
+ system(false)
20
+ apply()
21
+ ldap()
22
+ sale()
23
+ material()
24
+
25
+ applyAndroid()
26
+ // Vue.use(AndroidPlugin)
27
+ require('./bootstrap/less/bootstrap.less')
28
+
29
+ new Vue({
30
+ el: 'body',
31
+ components: { App }
32
+ })