From 8959959e59f5a95ca7e61aa60decba4364f36339 Mon Sep 17 00:00:00 2001 From: chenhj <1263187585@qq.com> Date: 星期三, 04 六月 2025 17:57:30 +0800 Subject: [PATCH] 供应商省市区接口对接 --- package.json | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 9e749e3..93e1650 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "axios": "0.28.1", "clipboard": "2.0.11", "echarts": "5.5.1", + "element-china-area-data": "^6.1.0", "element-plus": "2.7.6", "file-saver": "2.0.5", "fuse.js": "6.6.2", @@ -47,5 +48,12 @@ }, "overrides": { "quill": "2.0.2" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true, + "vue/setup-compiler-macros": true + } } } -- Gitblit v1.9.3