Commit e058474a by zhangmengjie

修改文字

parent 35fecfd8
# 页面标题
VUE_APP_TITLE = 陪诊医家
VUE_APP_TITLE = 闪陪科技
# 开发环境配置
ENV = 'development'
......
# 页面标题
VUE_APP_TITLE = 陪诊医家
VUE_APP_TITLE = 闪陪科技
# 生产环境配置
ENV = 'production'
......
{
"name": "ruoyi-vue-plus",
"version": "4.8.0",
"description": "陪诊医家",
"description": "闪陪科技",
"author": "LionLi",
"license": "MIT",
"scripts": {
......
......@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<!-- <title><%= webpackConfig.name %></title> -->
<title>陪诊医家</title>
<title>闪陪科技</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
......
......@@ -35,7 +35,7 @@ export default {
},
data() {
return {
title: '陪诊医家',
title: '闪陪科技',
logo: logoImg
}
}
......
......@@ -27,7 +27,7 @@
</el-row>
<!-- <el-row :gutter="20">
<el-col :sm="24" :lg="12" style="padding-left: 20px">
<h2>陪诊医家</h2>
<h2>闪陪科技</h2>
<p>
陪诊 是基于 RuoYi-Vue 针对 分布式集群 场景升级(不兼容原框架)
<br/>
......
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">陪诊医家</h3>
<h3 class="title">闪陪科技</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
......
<template>
<div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">陪诊医家</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" />
......
......@@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '陪诊医家' // 网页标题
const name = process.env.VUE_APP_TITLE || '闪陪科技' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment