产品字眼修改

This commit is contained in:
yaoyn
2024-03-05 15:36:20 +08:00
parent b9dd84e576
commit 3035bb9ed2
5 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
# 接口地址 可以由nginx做转发或者直接写实际地址 # 接口地址 可以由nginx做转发或者直接写实际地址
VITE_GLOB_API_URL=http://vue.xjrsoft.com:8080 VITE_GLOB_API_URL=http://vue.itc.gdyd.com:8080
# 文件上传地址 可以由nginx做转发或者直接写实际地址 # 文件上传地址 可以由nginx做转发或者直接写实际地址

View File

@ -4,7 +4,7 @@ orchestrator:
version: 3 version: 3
workspace: workspace:
dev-container: dev-container:
service-name: xjrsoft-vue3 service-name: itc-framework-vue3
ports: # 申明端口 ports: # 申明端口
tools-webide-vscode: 6800 tools-webide-vscode: 6800

View File

@ -49,13 +49,13 @@
<!-- - 获取项目代码 <!-- - 获取项目代码
```sh ```sh
git clone https://gitee.com/zexy/xjrsoft-vue3.git git clone https://fcd.gdyditc.com/itc-framework/ma/2024/front.git
``` --> ``` -->
- 安装依赖 - 安装依赖
```sh ```sh
cd xjrsoft-vue3 cd front
pnpm install pnpm install

View File

@ -1,10 +1,10 @@
{ {
"name": "learun-admin", "name": "itc-framework",
"version": "1.0.1", "version": "1.0.1",
"author": { "author": {
"name": "learun", "name": "ITC",
"email": "learun@gmail.com", "email": "gdyditc@geg.com.cn",
"url": "https://www.xjrsoft.com" "url": "https://fcd.gdyditc.com"
}, },
"scripts": { "scripts": {
"bootstrap": "pnpm install", "bootstrap": "pnpm install",

View File

@ -7,7 +7,7 @@
<a @click="openWindow(DOC_URL)">{{ t('文档地址') }}</a> <a @click="openWindow(DOC_URL)">{{ t('文档地址') }}</a>
</div> </div>
<div>Copyright &copy;2020 Learun Pro Admin</div> <div>Copyright &copy;2024 ITC-FRAMEWORK</div>
</AFooter> </AFooter>
</template> </template>