diff --git a/examples/main.js b/examples/main.js index 6539fb0f..0116a563 100644 --- a/examples/main.js +++ b/examples/main.js @@ -18,6 +18,7 @@ Vue.use(dvui) //富文本编辑器配置 Vue.config.productionTip = false; Vue.prototype.$axios = axios; +Vue.prototype.$request = axios Vue.prototype.formatContent = (val) => val.replace(/(\r\n)|(\n)/g, '
'); Object.keys(utils).map((e) => (Vue.prototype[e] = utils[e])); new Vue({ diff --git a/project/dv/apps/AppPdDv.vue b/project/dv/apps/AppPdDv.vue index de8a59fa..a6967086 100644 --- a/project/dv/apps/AppPdDv.vue +++ b/project/dv/apps/AppPdDv.vue @@ -33,7 +33,7 @@ -
+
居民群统计
@@ -67,7 +67,7 @@
-
+
标签人群
@@ -108,8 +108,8 @@

279

-
-
+
+
群聊统计
@@ -127,15 +127,17 @@

279

-
-
-
+
+
+
-
+
+ +
@@ -219,15 +221,22 @@ + + diff --git a/project/dv/apps/DonutChart.vue b/project/dv/apps/components/DonutChart.vue similarity index 100% rename from project/dv/apps/DonutChart.vue rename to project/dv/apps/components/DonutChart.vue