diff --git a/examples/entries.js b/examples/entries.js index 2a92d843..3d7290b4 100644 --- a/examples/entries.js +++ b/examples/entries.js @@ -2,7 +2,7 @@ const install = function(Vue) { if (install.installed) return Promise.resolve(); else { - let contexts = require.context('../project/shandong/apps', true, /(\/.+)\/App[^\/]+\.vue$/); + let contexts = require.context('../packages', true, /(\/.+)\/App[^\/]+\.vue$/); if (contexts) { contexts.keys().map((e) => { if (contexts(e).default) { diff --git a/packages/shandong/AppDispatchManagement/AppDispatchManagement.vue b/packages/shandong/AppDispatchManagement/AppDispatchManagement.vue new file mode 100644 index 00000000..cbf19341 --- /dev/null +++ b/packages/shandong/AppDispatchManagement/AppDispatchManagement.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/packages/shandong/AppDispatchManagement/components/Add.vue b/packages/shandong/AppDispatchManagement/components/Add.vue new file mode 100644 index 00000000..d904ff5d --- /dev/null +++ b/packages/shandong/AppDispatchManagement/components/Add.vue @@ -0,0 +1,388 @@ + + + + + \ No newline at end of file diff --git a/packages/shandong/AppDispatchManagement/components/Detail.vue b/packages/shandong/AppDispatchManagement/components/Detail.vue new file mode 100644 index 00000000..50a4424c --- /dev/null +++ b/packages/shandong/AppDispatchManagement/components/Detail.vue @@ -0,0 +1,563 @@ + + + + + \ No newline at end of file diff --git a/packages/shandong/AppDispatchManagement/components/List.vue b/packages/shandong/AppDispatchManagement/components/List.vue new file mode 100644 index 00000000..27337adf --- /dev/null +++ b/packages/shandong/AppDispatchManagement/components/List.vue @@ -0,0 +1,310 @@ + + + + + diff --git a/packages/shandong/AppDispatchManagement/components/statistics.vue b/packages/shandong/AppDispatchManagement/components/statistics.vue new file mode 100644 index 00000000..96fe7feb --- /dev/null +++ b/packages/shandong/AppDispatchManagement/components/statistics.vue @@ -0,0 +1,766 @@ + + + + + diff --git a/packages/shandong/AppVillageCode/AppVillageCode.vue b/packages/shandong/AppVillageCode/AppVillageCode.vue new file mode 100644 index 00000000..2e67c91c --- /dev/null +++ b/packages/shandong/AppVillageCode/AppVillageCode.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/packages/shandong/AppVillageCode/components/Add.vue b/packages/shandong/AppVillageCode/components/Add.vue new file mode 100644 index 00000000..299235c3 --- /dev/null +++ b/packages/shandong/AppVillageCode/components/Add.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/packages/shandong/AppVillageCode/components/List.vue b/packages/shandong/AppVillageCode/components/List.vue new file mode 100644 index 00000000..45e80022 --- /dev/null +++ b/packages/shandong/AppVillageCode/components/List.vue @@ -0,0 +1,422 @@ + + + + + diff --git a/packages/shandong/AppVillagersCircle/AppVillagersCircle.vue b/packages/shandong/AppVillagersCircle/AppVillagersCircle.vue new file mode 100644 index 00000000..855f3449 --- /dev/null +++ b/packages/shandong/AppVillagersCircle/AppVillagersCircle.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/packages/shandong/AppVillagersCircle/components/Detail.vue b/packages/shandong/AppVillagersCircle/components/Detail.vue new file mode 100644 index 00000000..14ed16ba --- /dev/null +++ b/packages/shandong/AppVillagersCircle/components/Detail.vue @@ -0,0 +1,105 @@ + + + + + diff --git a/packages/shandong/AppVillagersCircle/components/List.vue b/packages/shandong/AppVillagersCircle/components/List.vue new file mode 100644 index 00000000..15fce022 --- /dev/null +++ b/packages/shandong/AppVillagersCircle/components/List.vue @@ -0,0 +1,173 @@ + + + + + diff --git a/project/shandong/.npmrc b/project/shandong/.npmrc deleted file mode 100644 index 20d82c56..00000000 --- a/project/shandong/.npmrc +++ /dev/null @@ -1,6 +0,0 @@ -registry=http://192.168.1.87:4873/ -email=aixianling@sinoecare.com -always-auth=true -_auth="YWRtaW46YWRtaW4xMjM=" -package-lock=false - diff --git a/project/shandong/apps/grid/AppGridBlock/AppGridBlock.vue b/project/shandong/apps/grid/AppGridBlock/AppGridBlock.vue deleted file mode 100644 index 19c80e2c..00000000 --- a/project/shandong/apps/grid/AppGridBlock/AppGridBlock.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - - - diff --git a/project/shandong/apps/grid/AppGridBlock/components/add.vue b/project/shandong/apps/grid/AppGridBlock/components/add.vue deleted file mode 100644 index 7a7a15bc..00000000 --- a/project/shandong/apps/grid/AppGridBlock/components/add.vue +++ /dev/null @@ -1,580 +0,0 @@ - - - - - diff --git a/project/shandong/apps/grid/AppGridBlock/components/list.vue b/project/shandong/apps/grid/AppGridBlock/components/list.vue deleted file mode 100644 index 86048969..00000000 --- a/project/shandong/apps/grid/AppGridBlock/components/list.vue +++ /dev/null @@ -1,695 +0,0 @@ - - - - - diff --git a/project/shandong/apps/grid/AppGridBlock/index.js b/project/shandong/apps/grid/AppGridBlock/index.js deleted file mode 100644 index 99041895..00000000 --- a/project/shandong/apps/grid/AppGridBlock/index.js +++ /dev/null @@ -1,6 +0,0 @@ -import component from './AppGridBlock.vue' - -component.install = function (Vue) { - Vue.component(component.name, component) -} -export default component \ No newline at end of file diff --git a/project/shandong/apps/grid/AppGridMap/AppGridMap.vue b/project/shandong/apps/grid/AppGridMap/AppGridMap.vue deleted file mode 100644 index c6918b54..00000000 --- a/project/shandong/apps/grid/AppGridMap/AppGridMap.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - - diff --git a/project/shandong/apps/grid/AppGridMap/components/list.vue b/project/shandong/apps/grid/AppGridMap/components/list.vue deleted file mode 100644 index a5c42451..00000000 --- a/project/shandong/apps/grid/AppGridMap/components/list.vue +++ /dev/null @@ -1,669 +0,0 @@ - - - - - diff --git a/project/shandong/apps/grid/AppGridMember/AppGridMember.vue b/project/shandong/apps/grid/AppGridMember/AppGridMember.vue deleted file mode 100644 index fa9f5d03..00000000 --- a/project/shandong/apps/grid/AppGridMember/AppGridMember.vue +++ /dev/null @@ -1,79 +0,0 @@ - - - - - diff --git a/project/shandong/apps/grid/AppGridMember/components/Family.vue b/project/shandong/apps/grid/AppGridMember/components/Family.vue deleted file mode 100644 index 98298bed..00000000 --- a/project/shandong/apps/grid/AppGridMember/components/Family.vue +++ /dev/null @@ -1,499 +0,0 @@ - - - - - diff --git a/project/shandong/apps/grid/AppGridMember/components/add.vue b/project/shandong/apps/grid/AppGridMember/components/add.vue deleted file mode 100644 index d3d6fd90..00000000 --- a/project/shandong/apps/grid/AppGridMember/components/add.vue +++ /dev/null @@ -1,543 +0,0 @@ - - - - - diff --git a/project/shandong/apps/grid/AppGridMember/components/list.vue b/project/shandong/apps/grid/AppGridMember/components/list.vue deleted file mode 100644 index 2d3878af..00000000 --- a/project/shandong/apps/grid/AppGridMember/components/list.vue +++ /dev/null @@ -1,199 +0,0 @@ - - - - - \ No newline at end of file diff --git a/project/shandong/apps/horn/AppBroadcast/AppBroadcast.vue b/project/shandong/apps/horn/AppBroadcast/AppBroadcast.vue deleted file mode 100644 index 151f99d3..00000000 --- a/project/shandong/apps/horn/AppBroadcast/AppBroadcast.vue +++ /dev/null @@ -1,61 +0,0 @@ - - - - - diff --git a/project/shandong/apps/horn/AppBroadcast/components/Add.vue b/project/shandong/apps/horn/AppBroadcast/components/Add.vue deleted file mode 100644 index d6dcfdba..00000000 --- a/project/shandong/apps/horn/AppBroadcast/components/Add.vue +++ /dev/null @@ -1,333 +0,0 @@ - - - - - diff --git a/project/shandong/apps/horn/AppBroadcast/components/List.vue b/project/shandong/apps/horn/AppBroadcast/components/List.vue deleted file mode 100644 index 3ca46b6a..00000000 --- a/project/shandong/apps/horn/AppBroadcast/components/List.vue +++ /dev/null @@ -1,156 +0,0 @@ - - - - - diff --git a/project/shandong/apps/horn/AppEquipmentManage/AppEquipmentManage.vue b/project/shandong/apps/horn/AppEquipmentManage/AppEquipmentManage.vue deleted file mode 100644 index fb34f2a6..00000000 --- a/project/shandong/apps/horn/AppEquipmentManage/AppEquipmentManage.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - - - diff --git a/project/shandong/apps/horn/AppEquipmentManage/components/List.vue b/project/shandong/apps/horn/AppEquipmentManage/components/List.vue deleted file mode 100644 index 7868bec9..00000000 --- a/project/shandong/apps/horn/AppEquipmentManage/components/List.vue +++ /dev/null @@ -1,202 +0,0 @@ - - - - - diff --git a/project/shandong/apps/horn/AppMediaManage/AppMediaManage.vue b/project/shandong/apps/horn/AppMediaManage/AppMediaManage.vue deleted file mode 100644 index ba6966e8..00000000 --- a/project/shandong/apps/horn/AppMediaManage/AppMediaManage.vue +++ /dev/null @@ -1,67 +0,0 @@ - - - - - diff --git a/project/shandong/apps/horn/AppMediaManage/components/Add.vue b/project/shandong/apps/horn/AppMediaManage/components/Add.vue deleted file mode 100644 index 3350d301..00000000 --- a/project/shandong/apps/horn/AppMediaManage/components/Add.vue +++ /dev/null @@ -1,189 +0,0 @@ - - - - - diff --git a/project/shandong/apps/horn/AppMediaManage/components/List.vue b/project/shandong/apps/horn/AppMediaManage/components/List.vue deleted file mode 100644 index 88c34217..00000000 --- a/project/shandong/apps/horn/AppMediaManage/components/List.vue +++ /dev/null @@ -1,188 +0,0 @@ - - - - - diff --git a/project/shandong/apps/horn/AppMediaManage/components/Play.vue b/project/shandong/apps/horn/AppMediaManage/components/Play.vue deleted file mode 100644 index 818186b6..00000000 --- a/project/shandong/apps/horn/AppMediaManage/components/Play.vue +++ /dev/null @@ -1,254 +0,0 @@ - - - - - diff --git a/project/shandong/apps/monitor/AppMonitorDevice/AppMonitorDevice.vue b/project/shandong/apps/monitor/AppMonitorDevice/AppMonitorDevice.vue deleted file mode 100644 index 4ebaa8bd..00000000 --- a/project/shandong/apps/monitor/AppMonitorDevice/AppMonitorDevice.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - - - diff --git a/project/shandong/apps/monitor/AppMonitorManage/AppMonitorManage.vue b/project/shandong/apps/monitor/AppMonitorManage/AppMonitorManage.vue deleted file mode 100644 index 757584d9..00000000 --- a/project/shandong/apps/monitor/AppMonitorManage/AppMonitorManage.vue +++ /dev/null @@ -1,284 +0,0 @@ -