diff --git a/.env b/.env index 0f9c97e2e..d227a8123 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # 标题 -VITE_APP_TITLE=芋道管理系统 +VITE_APP_TITLE=捷汇链管理系统 # 项目本地运行端口号 VITE_PORT=80 @@ -20,9 +20,9 @@ VITE_APP_DOCALERT_ENABLE=true VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc # 默认账户密码 -VITE_APP_DEFAULT_LOGIN_TENANT = 芋道源码 -VITE_APP_DEFAULT_LOGIN_USERNAME = admin -VITE_APP_DEFAULT_LOGIN_PASSWORD = admin123 +VITE_APP_DEFAULT_LOGIN_TENANT = 捷汇链 +VITE_APP_DEFAULT_LOGIN_USERNAME = +VITE_APP_DEFAULT_LOGIN_PASSWORD = # API 加解密 VITE_APP_API_ENCRYPT_ENABLE = true diff --git a/.env.dev b/.env.dev index dc7d25024..0805330c4 100644 --- a/.env.dev +++ b/.env.dev @@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=false VITE_SOURCEMAP=true # 打包路径 -VITE_BASE_PATH=/ +VITE_BASE_PATH='/boxd-web/' # 输出路径 VITE_OUT_DIR=dist diff --git a/.env.local b/.env.local index 35765584d..cd5fa405f 100644 --- a/.env.local +++ b/.env.local @@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=false VITE_SOURCEMAP=false # 打包路径 -VITE_BASE_PATH=/ +VITE_BASE_PATH='/boxd-web/' # 商城H5会员端域名 VITE_MALL_H5_DOMAIN='http://localhost:3000' diff --git a/.env.prod b/.env.prod index ca7cb8e40..683c4ecf7 100644 --- a/.env.prod +++ b/.env.prod @@ -1,10 +1,10 @@ # 生产环境:只在打包时使用 NODE_ENV=production -VITE_DEV=false +VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://localhost:48080' +VITE_BASE_URL='https://boxd.ljwjd.com' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server @@ -22,13 +22,16 @@ VITE_DROP_CONSOLE=true VITE_SOURCEMAP=false # 打包路径 -VITE_BASE_PATH=/ +VITE_BASE_PATH='/boxd-web/' # 输出路径 -VITE_OUT_DIR=dist-prod +VITE_OUT_DIR=dist-boxd # 商城H5会员端域名 VITE_MALL_H5_DOMAIN='http://mall.yudao.iocoder.cn' +# 验证码的开关 +VITE_APP_CAPTCHA_ENABLE=false + # GoView域名 VITE_GOVIEW_URL='http://127.0.0.1:3000' \ No newline at end of file diff --git a/README.md b/README.md index 14bb23a2e..561e9bd31 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## 🐯 平台简介 -**芋道**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。 +**捷汇链**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。 * 采用 [vue-element-plus-admin](https://gitee.com/kailong110120130/vue-element-plus-admin) 实现 * 改换 saas,自动引入等功能 diff --git a/index.html b/index.html index 8cfcbefa6..10995e54e 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,11 @@ %VITE_APP_TITLE% diff --git a/src/components/DiyEditor/components/mobile/UserCard/index.vue b/src/components/DiyEditor/components/mobile/UserCard/index.vue index 14b447c62..571e42a0a 100644 --- a/src/components/DiyEditor/components/mobile/UserCard/index.vue +++ b/src/components/DiyEditor/components/mobile/UserCard/index.vue @@ -5,7 +5,7 @@ - 芋道源码 + 捷汇链源码 diff --git a/src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue b/src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue index 00e887cb5..fc492f68e 100644 --- a/src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue +++ b/src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue @@ -642,7 +642,7 @@ const previewProcessJson = () => { }) } -/* ------------------------------------------------ 芋道源码 methods ------------------------------------------------------ */ +/* ------------------------------------------------ 捷汇链源码 methods ------------------------------------------------------ */ onMounted(() => { initBpmnModeler() createNewDiagram(props.value) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 91e182721..0507209bb 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1,5 +1,5 @@ /** - * Created by 芋道源码 + * Created by 捷汇链源码 * * 枚举类 */ diff --git a/src/views/Login/SocialLogin.vue b/src/views/Login/SocialLogin.vue index 961f4ddb1..a9da16d53 100644 --- a/src/views/Login/SocialLogin.vue +++ b/src/views/Login/SocialLogin.vue @@ -133,7 +133,7 @@ - + + + + diff --git a/src/views/Login/components/MobileForm.vue b/src/views/Login/components/MobileForm.vue index bb4f1a69f..6c34c18d1 100644 --- a/src/views/Login/components/MobileForm.vue +++ b/src/views/Login/components/MobileForm.vue @@ -133,7 +133,7 @@ const loginData = reactive({ }, loginForm: { uuid: '', - tenantName: '芋道源码', + tenantName: '捷汇链源码', mobileNumber: '', code: '' } diff --git a/src/views/ai/chat/index/components/message/MessageListEmpty.vue b/src/views/ai/chat/index/components/message/MessageListEmpty.vue index 11f7f68ce..35f5590a1 100644 --- a/src/views/ai/chat/index/components/message/MessageListEmpty.vue +++ b/src/views/ai/chat/index/components/message/MessageListEmpty.vue @@ -3,7 +3,7 @@
-
芋道 AI
+
捷汇链 AI