From 769d84e98ce50ed168d26d2f6b82177b9c786685 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 14 Aug 2018 13:26:45 +0800 Subject: [PATCH] 菜单更新 --- .angular-cli.json | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/.angular-cli.json b/.angular-cli.json index c11dab3..1eb8118 100644 --- a/.angular-cli.json +++ b/.angular-cli.json @@ -23,7 +23,10 @@ "scripts": [ "../node_modules/@antv/g2/dist/g2.min.js", "../node_modules/@antv/data-set/dist/data-set.min.js", - "../node_modules/@antv/g2-plugin-slider/dist/g2-plugin-slider.min.js" + "../node_modules/@antv/g2-plugin-slider/dist/g2-plugin-slider.min.js", + "../node_modules/echarts/dist/echarts.min.js", + "../node_modules/echarts/map/js/china.js", + "../node_modules/echarts/dist/extension/bmap.js" ], "environmentSource": "environments/environment.ts", "environments": { @@ -57,6 +60,9 @@ } }, "defaults": { + "schematics": { + "collection": "@delon/cli" + }, "styleExt": "less", "class": { "spec": false -- Gitblit v1.8.0