Browse Source

修改配置

master
前端-胡立永 3 weeks ago
parent
commit
2bd654fb37
8 changed files with 19 additions and 19 deletions
  1. +1
    -1
      jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml
  2. +1
    -1
      jeecg-boot/pom.xml
  3. +2
    -2
      jeecgboot-vue3/.env
  4. +2
    -2
      jeecgboot-vue3/.env.production
  5. +2
    -2
      jeecgboot-vue3/src/locales/lang/zh-CN/sys.ts
  6. +2
    -2
      jeecgboot-vue3/src/views/sys/login/Login.vue
  7. +8
    -8
      jeecgboot-vue3/src/views/sys/login/LoginForm.vue
  8. +1
    -1
      jeecgboot-vue3/src/views/sys/login/TokenLoginPage.vue

+ 1
- 1
jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml View File

@ -11,7 +11,7 @@ server:
include-stacktrace: ALWAYS
include-message: ALWAYS
servlet:
context-path: /jeecg-boot
context-path: /
compression:
enabled: true
min-response-size: 1024


+ 1
- 1
jeecg-boot/pom.xml View File

@ -30,7 +30,7 @@
<properties>
<jeecgboot.version>3.8.1</jeecgboot.version>
<!-- JDK版本支持17和1.8 -->
<java.version>17</java.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- 微服务 -->


+ 2
- 2
jeecgboot-vue3/.env View File

@ -2,10 +2,10 @@
VITE_PORT = 3100
# 网站标题
VITE_GLOB_APP_TITLE = JeecgBoot 企业级低代码平台
VITE_GLOB_APP_TITLE = 普兆健康管家
# 简称,此变量只能是字符/下划线
VITE_GLOB_APP_SHORT_NAME = JeecgBoot_Pro
VITE_GLOB_APP_SHORT_NAME = 普兆健康管家
# 单点登录服务端地址
VITE_GLOB_APP_CAS_BASE_URL=http://cas.test.com:8443/cas


+ 2
- 2
jeecgboot-vue3/.env.production View File

@ -13,10 +13,10 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
#后台接口父地址(必填)
VITE_GLOB_API_URL=/jeecgboot
VITE_GLOB_API_URL=/health-admin
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://jeecg-boot-system:8080/jeecg-boot
VITE_GLOB_DOMAIN_URL=https://www.petualmedical.com/health-admin/jeecg-boot
# 接口父路径前缀
VITE_GLOB_API_URL_PREFIX=


+ 2
- 2
jeecgboot-vue3/src/locales/lang/zh-CN/sys.ts View File

@ -67,8 +67,8 @@ export default {
signUpFormTitle: '注册',
forgetFormTitle: '重置密码',
signInTitle: 'Jeecg Boot',
signInDesc: '是中国最具影响力的 企业级低代码平台!在线开发,可视化拖拽设计,零代码实现80%的基础功能~',
signInTitle: '普兆健康管家',
signInDesc: '是中国最具影响力的健康管理平台',
policy: '我同意敲敲云隐私政策',
scanSign: `扫码后,即可完成登录`,
scanSuccess: `扫码成功,登录中`,


+ 2
- 2
jeecgboot-vue3/src/views/sys/login/Login.vue View File

@ -26,10 +26,10 @@
class="relative w-full px-5 py-8 mx-auto my-auto rounded-md shadow-md xl:ml-16 xl:bg-transparent sm:px-8 xl:p-4 xl:shadow-none sm:w-3/4 lg:w-2/4 xl:w-auto enter-x"
>
<LoginForm />
<ForgetPasswordForm />
<!-- <ForgetPasswordForm />
<RegisterForm />
<MobileForm />
<QrCodeForm />
<QrCodeForm /> -->
</div>
</div>
</div>


+ 8
- 8
jeecgboot-vue3/src/views/sys/login/LoginForm.vue View File

@ -40,9 +40,9 @@
<ACol :span="12">
<FormItem :style="{ 'text-align': 'right' }">
<!-- No logic, you need to deal with it yourself -->
<Button type="link" size="small" @click="setLoginState(LoginStateEnum.RESET_PASSWORD)">
<!-- <Button type="link" size="small" @click="setLoginState(LoginStateEnum.RESET_PASSWORD)">
{{ t('sys.login.forgetPassword') }}
</Button>
</Button> -->
</FormItem>
</ACol>
</ARow>
@ -55,7 +55,7 @@
{{ t('sys.login.registerButton') }}
</Button> -->
</FormItem>
<ARow class="enter-x">
<!-- <ARow class="enter-x">
<ACol :md="8" :xs="24">
<Button block @click="setLoginState(LoginStateEnum.MOBILE)">
{{ t('sys.login.mobileSignInFormTitle') }}
@ -71,16 +71,16 @@
{{ t('sys.login.registerButton') }}
</Button>
</ACol>
</ARow>
</ARow> -->
<Divider class="enter-x">{{ t('sys.login.otherSignIn') }}</Divider>
<!-- <Divider class="enter-x">{{ t('sys.login.otherSignIn') }}</Divider>
<div class="flex justify-evenly enter-x" :class="`${prefixCls}-sign-in-way`">
<a @click="onThirdLogin('github')" title="github"><GithubFilled /></a>
<a @click="onThirdLogin('wechat_enterprise')" title="企业微信"> <icon-font class="item-icon" type="icon-qiyeweixin3" /></a>
<a @click="onThirdLogin('dingtalk')" title="钉钉"><DingtalkCircleFilled /></a>
<a @click="onThirdLogin('wechat_open')" title="微信"><WechatFilled /></a>
</div>
</div> -->
</Form>
<!-- 第三方登录相关弹框 -->
<ThirdModal ref="thirdModalRef"></ThirdModal>
@ -122,8 +122,8 @@
const rememberMe = ref(false);
const formData = reactive({
account: 'admin',
password: '123456',
account: '',
password: '',
inputCode: '',
});
const randCodeData = reactive({


+ 1
- 1
jeecgboot-vue3/src/views/sys/login/TokenLoginPage.vue View File

@ -5,7 +5,7 @@
<div class="app-loading-dots">
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
</div>
<div class="app-loading-title">JeecgBoot 企业级低代码平台</div>
<div class="app-loading-title">普兆健康管家</div>
</div>
</div>
</template>


Loading…
Cancel
Save