调整名称
This commit is contained in:
parent
8c4dea035e
commit
f99f84ce07
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "stdiet",
|
"name": "stdiet",
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
"description": "管理系统",
|
"description": "胜唐管理系统",
|
||||||
"author": "darlk",
|
"author": "darlk",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @LastEditors: huangdeliang
|
* @LastEditors: huangdeliang
|
||||||
*/
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: '管理系统',
|
title: '胜唐管理系统',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否系统布局配置
|
* 是否系统布局配置
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="login">
|
<div class="login">
|
||||||
<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">后台管理系统</h3>
|
<h3 class="title">胜唐管理系统</h3>
|
||||||
<el-form-item prop="username">
|
<el-form-item prop="username">
|
||||||
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
|
<el-input v-model="loginForm.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" />
|
||||||
@ -48,7 +48,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="el-login-footer">
|
<div class="el-login-footer">
|
||||||
<span>Copyright © 2018-2019 ruoyi.vip All Rights Reserved.</span>
|
<span>Copyright © 2020-{{new Date().getFullYear()}} ShengTangDiet Rights Reserved.</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -6,7 +6,7 @@ function resolve(dir) {
|
|||||||
return path.join(__dirname, dir)
|
return path.join(__dirname, dir)
|
||||||
}
|
}
|
||||||
|
|
||||||
const name = defaultSettings.title || '管理系统' // 标题
|
const name = defaultSettings.title || '胜唐管理系统' // 标题
|
||||||
|
|
||||||
const port = process.env.port || process.env.npm_config_port || 8100 // 端口
|
const port = process.env.port || process.env.npm_config_port || 8100 // 端口
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user