From 3035bb9ed26ea251580819998c3751966ac17b2b Mon Sep 17 00:00:00 2001 From: yaoyn Date: Tue, 5 Mar 2024 15:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=AD=97=E7=9C=BC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .ide/.ide.yaml | 2 +- README.md | 4 ++-- package.json | 8 ++++---- src/layouts/default/footer/index.vue | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env.production b/.env.production index 7a4fe8b..15ab94b 100644 --- a/.env.production +++ b/.env.production @@ -16,7 +16,7 @@ VITE_BUILD_COMPRESS = 'gzip' VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false # 接口地址 可以由nginx做转发或者直接写实际地址 -VITE_GLOB_API_URL=http://vue.xjrsoft.com:8080 +VITE_GLOB_API_URL=http://vue.itc.gdyd.com:8080 # 文件上传地址 可以由nginx做转发或者直接写实际地址 diff --git a/.ide/.ide.yaml b/.ide/.ide.yaml index 20e44b1..46f5ed3 100644 --- a/.ide/.ide.yaml +++ b/.ide/.ide.yaml @@ -4,7 +4,7 @@ orchestrator: version: 3 workspace: dev-container: - service-name: xjrsoft-vue3 + service-name: itc-framework-vue3 ports: # 申明端口 tools-webide-vscode: 6800 diff --git a/README.md b/README.md index b01b7d4..976fecd 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ - 安装依赖 ```sh -cd xjrsoft-vue3 +cd front pnpm install diff --git a/package.json b/package.json index 4eec1ba..bc38c8f 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "learun-admin", + "name": "itc-framework", "version": "1.0.1", "author": { - "name": "learun", - "email": "learun@gmail.com", - "url": "https://www.xjrsoft.com" + "name": "ITC", + "email": "gdyditc@geg.com.cn", + "url": "https://fcd.gdyditc.com" }, "scripts": { "bootstrap": "pnpm install", diff --git a/src/layouts/default/footer/index.vue b/src/layouts/default/footer/index.vue index 0cd7048..e2d1cd0 100644 --- a/src/layouts/default/footer/index.vue +++ b/src/layouts/default/footer/index.vue @@ -7,7 +7,7 @@ {{ t('文档地址') }} -
Copyright ©2020 Learun Pro Admin
+
Copyright ©2024 ITC-FRAMEWORK