From 1752081ea5bc2ae8fb5620be8018a7f1a98237a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C13713575202=E2=80=9D?= <“1345916905@qq.com”> Date: Mon, 14 Apr 2025 11:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub-operation-service/.env.development | 6 ++++-- sub-operation-service/.env.pre | 2 +- sub-operation-service/.env.production | 6 +++--- sub-operation-service/.env.test | 2 +- sub-operation-service/package.json | 2 +- sub-operation-service/yarn.lock | 7 ++++++- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/sub-operation-service/.env.development b/sub-operation-service/.env.development index 9e522cc..2032e76 100644 --- a/sub-operation-service/.env.development +++ b/sub-operation-service/.env.development @@ -1,9 +1,11 @@ # 开发环境 -VITE_PORT = 9527 +VITE_PORT = 9526 +VITE_MODE = 'DEV' VITE_APP_MIAN = 'daimp-front-main' VITE_APP_MIAN_URL = 'http://localhost:9000' -VITE_APP_NAME = 'sub-operation-admin' +VITE_APP_NAME = 'sub-operation-service' VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = 'http://192.168.18.99:8080' VITE_APP_UPLOAD_API = '/uploadApis' VITE_APP_UPLOAD_URL = 'http://192.168.18.99:9300' + diff --git a/sub-operation-service/.env.pre b/sub-operation-service/.env.pre index 1f1baf4..1b27143 100644 --- a/sub-operation-service/.env.pre +++ b/sub-operation-service/.env.pre @@ -1,7 +1,7 @@ # 本地环境 VITE_APP_MIAN = 'daimp-front-main' VITE_APP_MIAN_URL = 'http://localhost:8090' -VITE_APP_NAME = 'sub-operation-admin' +VITE_APP_NAME = 'sub-operation-service' # 接口 VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = '' diff --git a/sub-operation-service/.env.production b/sub-operation-service/.env.production index c6ee494..91a8892 100644 --- a/sub-operation-service/.env.production +++ b/sub-operation-service/.env.production @@ -1,9 +1,9 @@ # 生产环境 VITE_APP_MIAN = 'daimp-front-main' -VITE_APP_MIAN_URL = 'http://47.109.205.240' -VITE_APP_NAME = 'sub-operation-admin' +VITE_APP_MIAN_URL = 'http://47.109.205.240:88' +VITE_APP_NAME = 'sub-operation-service' # 接口 -VITE_APP_BASE_API = '/apis' +VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = '' VITE_APP_UPLOAD_API = '/uploadApis' VITE_APP_UPLOAD_URL = '' diff --git a/sub-operation-service/.env.test b/sub-operation-service/.env.test index d286950..9a31c6f 100644 --- a/sub-operation-service/.env.test +++ b/sub-operation-service/.env.test @@ -1,7 +1,7 @@ # 测试环境 VITE_APP_MIAN = 'daimp-front-main' VITE_APP_MIAN_URL = 'http://192.168.18.99:88' -VITE_APP_NAME = 'sub-operation-admin' +VITE_APP_NAME = 'sub-operation-service' # 接口 VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = '' diff --git a/sub-operation-service/package.json b/sub-operation-service/package.json index 02a0bd1..5b02f67 100644 --- a/sub-operation-service/package.json +++ b/sub-operation-service/package.json @@ -1,5 +1,5 @@ { - "name": "sub-operation-admin", + "name": "sub-operation-service", "private": true, "version": "0.0.1", "type": "module", diff --git a/sub-operation-service/yarn.lock b/sub-operation-service/yarn.lock index 24467ef..9aeb966 100644 --- a/sub-operation-service/yarn.lock +++ b/sub-operation-service/yarn.lock @@ -2086,7 +2086,7 @@ dunder-proto@^1.0.0, dunder-proto@^1.0.1: es-errors "^1.3.0" gopd "^1.2.0" -echarts@^5.5.0: +echarts@^5.6.0: version "5.6.0" resolved "https://registry.npmmirror.com/echarts/-/echarts-5.6.0.tgz#2377874dca9fb50f104051c3553544752da3c9d6" integrity sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA== @@ -5531,6 +5531,11 @@ split-string@^3.0.1, split-string@^3.0.2: dependencies: extend-shallow "^3.0.0" +splitpanes@^4.0.3: + version "4.0.3" + resolved "https://registry.npmmirror.com/splitpanes/-/splitpanes-4.0.3.tgz#342c2b57d906371c2ab44b4578333fbeb13aaa94" + integrity sha512-S/f1CoH2JroOib7kzQtTQNtQCa7VzNQ2qKOO5HNj/5EVVcNkfz1eX/sH+X3XKdBdDLihEKDekVGwrLADd2oirA== + sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"