refactor: 网站标题修改
This commit is contained in:
parent
171d62aa5f
commit
c95ac80a13
@ -1,5 +1,5 @@
|
|||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 工刀具库WMS(内部)
|
VUE_APP_TITLE = 刀具库WMS(内部)
|
||||||
|
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
ENV = 'development'
|
ENV = 'development'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 工刀具库WMS(内部)
|
VUE_APP_TITLE = 刀具库WMS(内部)
|
||||||
|
|
||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
ENV = 'production'
|
ENV = 'production'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 工刀具库WMS(内部)
|
VUE_APP_TITLE = 刀具库WMS(内部)
|
||||||
|
|
||||||
NODE_ENV = production
|
NODE_ENV = production
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ktg-mes-ui",
|
"name": "ktg-mes-ui",
|
||||||
"version": "3.8.2",
|
"version": "3.8.2",
|
||||||
"description": "工刀具库WMS(内部)",
|
"description": "刀具库WMS(内部)",
|
||||||
"author": "YinJinLu",
|
"author": "YinJinLu",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -37,7 +37,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
title: '工刀具库WMS(内部)',
|
title: '刀具库WMS(内部)',
|
||||||
logo: ""
|
logo: ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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">工刀具库WMS</h3>
|
<h3 class="title">刀具库WMS</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" />
|
||||||
|
@ -7,7 +7,7 @@ function resolve(dir) {
|
|||||||
|
|
||||||
const CompressionPlugin = require('compression-webpack-plugin')
|
const CompressionPlugin = require('compression-webpack-plugin')
|
||||||
|
|
||||||
const name = process.env.VUE_APP_TITLE || '工刀具库WMS(内部)' // 网页标题
|
const name = process.env.VUE_APP_TITLE || '刀具库WMS(内部)' // 网页标题
|
||||||
|
|
||||||
const port = process.env.port || process.env.npm_config_port || 3000 // 端口
|
const port = process.env.port || process.env.npm_config_port || 3000 // 端口
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user