feige
2023-12-06 bcdf2616b1f925c52ccab495f35d1137f30ef709
修改标题
8个文件已修改
24 ■■■■ 已修改文件
ruoyi-ui/.env.development 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/.env.production 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/layout/components/Sidebar/Logo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/healthy/healthyInfo.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/register.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/vue.config.js 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/.env.development
@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE =  本都都
VUE_APP_TITLE =  本都都家网
# 开发环境配置
ENV = 'development'
ruoyi-ui/.env.production
@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 本都都
VUE_APP_TITLE = 本都都家网
# 生产环境配置
ENV = 'production'
ruoyi-ui/src/layout/components/Sidebar/Logo.vue
@@ -35,7 +35,7 @@
  },
  data() {
    return {
      title: '张氏APP',
      title: '本都都家网',
      logo: logoImg
    }
  }
ruoyi-ui/src/views/healthy/healthyInfo.vue
@@ -382,6 +382,16 @@
    },
    handlePictureCardPreview(file) {
      this.dialogImageUrl = file.url;
      this.dialogFileUrl = file.url;
      // alert(file.url)
      // this.dialogFileUrl = 'https://www.bendudu.com:8080/profile/upload/2023/10/18/20231018214647A011.doc'
      // this.dialogFileUrl = 'https://47.93.189.255:8080/profile/upload/2023/03/19/test7_20230319222030A007.jpg'
      if(this.dialogFileUrl.includes("47.93.189.255")==true)
      {
        this.dialogImageUrl = this.dialogImageUrl.replace("47.93.189.255","www.bendudu.com")
        this.dialogFileUrl = this.dialogFileUrl.replace("47.93.189.255","www.bendudu.com")
}
      this.dialogVisible = true;
    },
    handleDownload(url) {
@@ -429,7 +439,7 @@
              // _this.fileListOther.push({name:response.data.fileName, url:response.data.url})
               console.log(_this.formData.url)
               alert(_this.formData.url)
               alert(12)
               updateHealth(_this.formData).then(response => {
                 this.$modal.msgSuccess("修改成功");
ruoyi-ui/src/views/index.vue
@@ -50,7 +50,7 @@
.notification-box {
  position: absolute;
  top: 500px;
  top: 760px;
  left: 150px;
  display: flex;
  align-items: center;
ruoyi-ui/src/views/login.vue
@@ -1,7 +1,7 @@
<template>
  <div class="login Group_132">
    <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" style="margin-left: 0px;margin-right: 180px;">
      <h3 class="title" style="margin-top: 80px;margin-right: 108px;margin-bottom: 0;margin-left: 109px;">欢迎来到本都都</h3>
      <h3 class="title" style="margin-top: 80px;margin-right: 108px;margin-bottom: 0;margin-left: 109px;">本都都家网</h3>
      <div class="second-box" style=" margin-top: 25px;
    margin-left: 140px;
    margin-right: 141px;
ruoyi-ui/src/views/register.vue
@@ -1,7 +1,7 @@
<template>
  <div class="register">
    <el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
      <h3 class="title">张氏APP后台管理系统</h3>
      <h3 class="title">本都都家网后台管理系统</h3>
      <el-form-item prop="username">
        <el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
          <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
ruoyi-ui/vue.config.js