From ff605771448c6a668336af20442219df67e44ba2 Mon Sep 17 00:00:00 2001 From: renpy Date: Fri, 25 Aug 2023 18:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- package.json | 2 + .../components/Modals/LoadFromFileModal.vue | 301 +++++++++++++-- .../spectrumAnalysis/components/PHDSelect.vue | 8 +- vue.config.js | 13 + yarn.lock | 356 +++++++++++++++++- 6 files changed, 635 insertions(+), 47 deletions(-) diff --git a/.env.development b/.env.development index 83f4b20..c7e931b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://182.92.183.230:9999 +VUE_APP_API_BASE_URL=http://bdyift.natappfree.cc VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/package.json b/package.json index b6b3ce6..3ca2ccf 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "echarts-gl": "^2.0.9", "enquire.js": "^2.1.6", "js-cookie": "^2.2.0", + "jszip": "^3.10.1", "lodash.get": "^4.4.2", "lodash.pick": "^4.4.0", "md5": "^2.2.1", @@ -56,6 +57,7 @@ "xss": "^1.0.13" }, "devDependencies": { + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/polyfill": "^7.2.5", "@types/crypto-js": "^4.1.1", "@vue/cli-plugin-babel": "^3.3.0", diff --git a/src/views/spectrumAnalysis/components/Modals/LoadFromFileModal.vue b/src/views/spectrumAnalysis/components/Modals/LoadFromFileModal.vue index 80522ea..960033d 100644 --- a/src/views/spectrumAnalysis/components/Modals/LoadFromFileModal.vue +++ b/src/views/spectrumAnalysis/components/Modals/LoadFromFileModal.vue @@ -1,45 +1,100 @@