This commit is contained in:
gaoyunqi
2024-03-06 14:46:18 +08:00
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
# 接口地址 可以由nginx做转发或者直接写实际地址
VITE_GLOB_API_URL=http://vue.xjrsoft.com:8080
VITE_GLOB_API_URL=http://vue.itc.gdyd.com:8080
# 文件上传地址 可以由nginx做转发或者直接写实际地址

View File

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

View File

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

View File

@ -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",

View File

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