mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-03 13:38:02 +08:00
update 修改结构
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 万车充后台管理系统
|
||||
VUE_APP_TITLE = 万车充运营管理平台
|
||||
|
||||
# 开发环境配置
|
||||
ENV = 'development'
|
||||
|
||||
# 万车充后台管理系统/开发环境
|
||||
# 万车充运营管理平台/开发环境
|
||||
VUE_APP_BASE_API = '/dev-api'
|
||||
|
||||
# 路由懒加载
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 万车充后台管理系统
|
||||
VUE_APP_TITLE = 万车充运营管理平台
|
||||
|
||||
# 生产环境配置
|
||||
ENV = 'production'
|
||||
|
||||
# 万车充后台管理系统/生产环境
|
||||
# 万车充运营管理平台/生产环境
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 万车充后台管理系统
|
||||
VUE_APP_TITLE = 万车充运营管理平台
|
||||
|
||||
# 测试环境配置
|
||||
ENV = 'staging'
|
||||
|
||||
# 万车充后台管理系统/测试环境
|
||||
# 万车充运营管理平台/测试环境
|
||||
VUE_APP_BASE_API = '/dev-api'
|
||||
|
||||
# 开发环境配置
|
||||
|
||||
@@ -36,7 +36,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" type="text" auto-complete="off" placeholder="账号">
|
||||
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
|
||||
|
||||
@@ -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 || 8081; // 端口
|
||||
|
||||
|
||||
Reference in New Issue
Block a user