修改问题

master
夜笙歌 4 days ago
parent a41e34a295
commit aef6272eaa

@ -1,5 +1,6 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 海威物联官网 # VUE_APP_TITLE = 海威物联官网
VUE_APP_TITLE = 智慧物联监控平台
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'

@ -1,5 +1,6 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 海威物联官网 # VUE_APP_TITLE = 海威物联官网
VUE_APP_TITLE = 智慧物联监控平台
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'

@ -1,5 +1,6 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 海威物联官网 # VUE_APP_TITLE = 海威物联官网
VUE_APP_TITLE = 智慧物联监控平台
NODE_ENV = production NODE_ENV = production

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<div class="title">{{ tenantData.tenantBoardTopic || '海威物联官网' }}</div> <div class="title">{{ tenantData.tenantBoardTopic || '智慧物联监控平台' }}</div>
<div> <div>
<div v-if="isIndex" :class="`menu ${nowMenu==='1'? 'menuClick' :''}`" style="left: 2%" <div v-if="isIndex" :class="`menu ${nowMenu==='1'? 'menuClick' :''}`" style="left: 2%"
@click="toLink('index','1')"> @click="toLink('index','1')">
@ -66,14 +66,14 @@
</el-dialog> </el-dialog>
<el-dialog title="上传" :visible.sync="uploadDialog"> <el-dialog title="上传" :visible.sync="uploadDialog">
<el-upload <el-upload
style="width: 100%" style="width: 100%"
class="upload-demo" class="upload-demo"
drag drag
:action="api+'/business/monitorPlatform/import/'" :action="api+'/business/monitorPlatform/import/'"
:data="{tenantId:$store.getters.tenantId}" :data="{tenantId:$store.getters.tenantId}"
:headers="{Authorization:'Bearer ' + token}" :headers="{Authorization:'Bearer ' + token}"
:on-success="uploadSuccess" :on-success="uploadSuccess"
multiple> multiple>
<i class="el-icon-upload"></i> <i class="el-icon-upload"></i>
<div class="el-upload__text">将文件拖到此处<em>点击上传</em></div> <div class="el-upload__text">将文件拖到此处<em>点击上传</em></div>
</el-upload> </el-upload>
@ -231,7 +231,7 @@ export default {
} }
.menuClick { .menuClick {
//background-image: url("~@/assets/board/common/subheadClick.png"); background-image: url("~@/assets/board/common/subheadClick.png");
color: #f3f3f3; color: #f3f3f3;
} }

@ -1,7 +1,7 @@
// zh.js // zh.js
export default { export default {
login: { login: {
title: '海威物联官网', title: '智慧物联监控平台',
logIn: '登录', logIn: '登录',
username: '账号', username: '账号',
password: '密码' password: '密码'

@ -7,9 +7,9 @@
<div class="right-menu"> <div class="right-menu">
<template v-if="device!=='mobile'"> <template v-if="device!=='mobile'">
<!-- <el-tooltip content="监控平台" effect="dark" placement="bottom">--> <el-tooltip content="监控平台" effect="dark" placement="bottom">
<!-- <ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />--> <ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />
<!-- </el-tooltip>--> </el-tooltip>
<search id="header-search" class="right-menu-item" /> <search id="header-search" class="right-menu-item" />

@ -1401,7 +1401,6 @@ export default {
text-overflow: ellipsis; text-overflow: ellipsis;
text-align: center; text-align: center;
display: inline-block; display: inline-block;
} }
.body { .body {

@ -3,7 +3,8 @@
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :sm="24" :lg="24"> <el-col :sm="24" :lg="24">
<blockquote class="text-info" style="font-size: 36px"> <blockquote class="text-info" style="font-size: 36px">
欢迎进入海威物联官网 <!-- 欢迎进入海威物联官网-->
欢迎进入智慧物联监控平台
</blockquote> </blockquote>
</el-col> </el-col>
</el-row> </el-row>

@ -1,6 +1,6 @@
<template> <template>
<div class="login"> <div class="login">
<div class="loginText">海威物联官网</div> <!-- <div class="loginText">海威物联官网</div>-->
<div class="formBox"> <div class="formBox">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<!--h3 class="title">{{ $t('login.title') }}</h3--> <!--h3 class="title">{{ $t('login.title') }}</h3-->

@ -1,7 +1,7 @@
<template> <template>
<div class="register"> <div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form"> <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-form-item prop="username">
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号"> <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" /> <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
@ -9,33 +9,33 @@
</el-form-item> </el-form-item>
<el-form-item prop="password"> <el-form-item prop="password">
<el-input <el-input
v-model="registerForm.password" v-model="registerForm.password"
type="password" type="password"
auto-complete="off" auto-complete="off"
placeholder="密码" placeholder="密码"
@keyup.enter.native="handleRegister" @keyup.enter.native="handleRegister"
> >
<svg-icon slot="prefix" icon-class="password" class="el-input__icon input-icon" /> <svg-icon slot="prefix" icon-class="password" class="el-input__icon input-icon" />
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="confirmPassword"> <el-form-item prop="confirmPassword">
<el-input <el-input
v-model="registerForm.confirmPassword" v-model="registerForm.confirmPassword"
type="password" type="password"
auto-complete="off" auto-complete="off"
placeholder="确认密码" placeholder="确认密码"
@keyup.enter.native="handleRegister" @keyup.enter.native="handleRegister"
> >
<svg-icon slot="prefix" icon-class="password" class="el-input__icon input-icon" /> <svg-icon slot="prefix" icon-class="password" class="el-input__icon input-icon" />
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="code" v-if="captchaEnabled"> <el-form-item prop="code" v-if="captchaEnabled">
<el-input <el-input
v-model="registerForm.code" v-model="registerForm.code"
auto-complete="off" auto-complete="off"
placeholder="验证码" placeholder="验证码"
style="width: 63%" style="width: 63%"
@keyup.enter.native="handleRegister" @keyup.enter.native="handleRegister"
> >
<svg-icon slot="prefix" icon-class="validCode" class="el-input__icon input-icon" /> <svg-icon slot="prefix" icon-class="validCode" class="el-input__icon input-icon" />
</el-input> </el-input>
@ -45,11 +45,11 @@
</el-form-item> </el-form-item>
<el-form-item style="width:100%;"> <el-form-item style="width:100%;">
<el-button <el-button
:loading="loading" :loading="loading"
size="medium" size="medium"
type="primary" type="primary"
style="width:100%;" style="width:100%;"
@click.native.prevent="handleRegister" @click.native.prevent="handleRegister"
> >
<span v-if="!loading"> </span> <span v-if="!loading"> </span>
<span v-else> ...</span> <span v-else> ...</span>

Loading…
Cancel
Save