Commit 24586aba authored by wanghao's avatar wanghao

1 项目描述 调整。

parent 87dcbeac
{
"name": "zehong",
"version": "3.5.0",
"description": "泽宏管理系统",
"description": "智能料架管理系统",
"author": "泽宏",
"license": "MIT",
"scripts": {
......
......@@ -35,7 +35,7 @@ export default {
},
data() {
return {
title: '泽宏管理系统',
title: '智能料架管理系统',
logo: logoImg
}
}
......
module.exports = {
title: '泽宏管理系统',
title: '智能料架管理系统',
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
......
<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" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
......
......@@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title || '泽宏管理系统' // 标题
const name = defaultSettings.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