From bcdf2616b1f925c52ccab495f35d1137f30ef709 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期三, 06 十二月 2023 15:38:04 +0800
Subject: [PATCH] 修改标题
---
ruoyi-ui/src/views/register.vue | 2 +-
ruoyi-ui/.env.production | 2 +-
ruoyi-ui/.env.development | 2 +-
ruoyi-ui/src/views/index.vue | 2 +-
ruoyi-ui/vue.config.js | 2 +-
ruoyi-ui/src/layout/components/Sidebar/Logo.vue | 2 +-
ruoyi-ui/src/views/healthy/healthyInfo.vue | 18 ++++++++++++++----
ruoyi-ui/src/views/login.vue | 2 +-
8 files changed, 21 insertions(+), 11 deletions(-)
diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development
index 6c3fd88..235107d 100644
--- a/ruoyi-ui/.env.development
+++ b/ruoyi-ui/.env.development
@@ -1,5 +1,5 @@
# 椤甸潰鏍囬
-VUE_APP_TITLE = 鏈兘閮�
+VUE_APP_TITLE = 鏈兘閮藉缃�
# 寮�鍙戠幆澧冮厤缃�
ENV = 'development'
diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production
index 8e4974b..3b28f56 100644
--- a/ruoyi-ui/.env.production
+++ b/ruoyi-ui/.env.production
@@ -1,5 +1,5 @@
# 椤甸潰鏍囬
-VUE_APP_TITLE = 鏈兘閮�
+VUE_APP_TITLE = 鏈兘閮藉缃�
# 鐢熶骇鐜閰嶇疆
ENV = 'production'
diff --git a/ruoyi-ui/src/layout/components/Sidebar/Logo.vue b/ruoyi-ui/src/layout/components/Sidebar/Logo.vue
index e006293..22d6808 100644
--- a/ruoyi-ui/src/layout/components/Sidebar/Logo.vue
+++ b/ruoyi-ui/src/layout/components/Sidebar/Logo.vue
@@ -35,7 +35,7 @@
},
data() {
return {
- title: '寮犳皬APP',
+ title: '鏈兘閮藉缃�',
logo: logoImg
}
}
diff --git a/ruoyi-ui/src/views/healthy/healthyInfo.vue b/ruoyi-ui/src/views/healthy/healthyInfo.vue
index 3124fd9..04eff41 100644
--- a/ruoyi-ui/src/views/healthy/healthyInfo.vue
+++ b/ruoyi-ui/src/views/healthy/healthyInfo.vue
@@ -180,7 +180,7 @@
// 鏁版嵁鑼冨洿閫夐」
fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
'.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
-
+
fileList:[
],
fileListOther:[
@@ -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) {
@@ -409,13 +419,13 @@
var formData = new FormData();
formData.append('uploadFile', file);
let _this = this
-
+
this.uploading = true;
uploadPic(formData).then(response => {
let pth = response.data.originalFilename.substr(response.data.originalFilename.length-4, response.data.originalFilename.length)
this.uploading = false;
this.$modal.msgSuccess("涓婁紶鎴愬姛");
-
+
if(_this.fot.includes(pth) === true)
{
_this.fileList.push({name:response.data.fileName, "url":response.data.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("淇敼鎴愬姛");
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index 37ba963..cd85ff8 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/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;
diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue
index 16f5071..15fe9c9 100644
--- a/ruoyi-ui/src/views/login.vue
+++ b/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;
diff --git a/ruoyi-ui/src/views/register.vue b/ruoyi-ui/src/views/register.vue
index 267e6dd..573244a 100644
--- a/ruoyi-ui/src/views/register.vue
+++ b/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" />
diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js
index bbea462..d473d95 100644
--- a/ruoyi-ui/vue.config.js
+++ b/ruoyi-ui/vue.config.js
@@ -35,7 +35,7 @@
proxy: {
// detail: https://cli.vuewww.bendudu.comjs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- //target: `https://10.39.18.174:8080/`,
+ // target: `https://10.39.18.174:8080/`,
target: 'https://www.bendudu.com:8080/',
changeOrigin: true,
pathRewrite: {
--
Gitblit v1.9.1