Compare commits
2 Commits
2a4078f374
...
61d809552f
Author | SHA1 | Date | |
---|---|---|---|
61d809552f | |||
9b23ceb557 |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ktg-mes-ui",
|
||||
"version": "3.8.2",
|
||||
"description": "生产协同运营平台",
|
||||
"description": "隆庆气体协同运营平台",
|
||||
"author": "YinJinLu",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 509 KiB After Width: | Height: | Size: 435 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 21 KiB |
@ -35,7 +35,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: '生产协同运营平台',
|
||||
title: '隆庆气体协同运营平台',
|
||||
logo: logoImg
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<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"
|
||||
|
@ -17,7 +17,7 @@ export default {
|
||||
"top": 10.5,
|
||||
"height": 27,
|
||||
"width": 259,
|
||||
"title": "生产协同运营平台标签打印测试",
|
||||
"title": "隆庆气体协同运营平台标签打印测试",
|
||||
"fontSize": 19,
|
||||
"fontWeight": "600",
|
||||
"textAlign": "center",
|
||||
|
@ -17,7 +17,7 @@ export default {
|
||||
"top": 10.5,
|
||||
"height": 27,
|
||||
"width": 259,
|
||||
"title": "生产协同运营平台标签打印测试",
|
||||
"title": "隆庆气体协同运营平台标签打印测试",
|
||||
"fontSize": 19,
|
||||
"fontWeight": "600",
|
||||
"textAlign": "center",
|
||||
|
@ -1,7 +1,7 @@
|
||||
<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 // 端口
|
||||
|
||||
|