From bebb4bbf04cff268f8ce183d9d9831c7561e27ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=89=BE=E8=B4=A4=E5=87=8C?= Date: Tue, 13 Dec 2022 09:44:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/router/axios.js | 2 +- ui/package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/router/axios.js b/examples/router/axios.js index bfdd48e5..39162cdd 100644 --- a/examples/router/axios.js +++ b/examples/router/axios.js @@ -1,4 +1,4 @@ -import instance from 'dui/lib/js/request' +import instance from '../../ui/lib/js/request' import {Message} from 'element-ui' let baseURLs = { diff --git a/ui/package.json b/ui/package.json index cf34c736..64c9a90f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,6 @@ "@amap/amap-jsapi-loader": "^1.0.1", "@ckeditor/ckeditor5-vue2": "^3.0.1", "@jiaminghi/data-view": "^2.10.0", - "axios": "^1.2.0", "crypto-js": "^4.1.1", "dayjs": "^1.8.35", "echarts": "^5.1.2",