mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-02 13:07:57 +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 = 有电充后台管理系统
|
||||
|
||||
NODE_ENV = production
|
||||
|
||||
# 测试环境配置
|
||||
ENV = 'staging'
|
||||
|
||||
# 举视后台管理系统/测试环境
|
||||
# 有电充后台管理系统/测试环境
|
||||
VUE_APP_BASE_API = '/stage-api'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jsowell",
|
||||
"version": "1.0.0",
|
||||
"description": "举视管理系统",
|
||||
"description": "有电充管理系统",
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve",
|
||||
"build:prod": "vue-cli-service build",
|
||||
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: '举视后台管理系统',
|
||||
title: '有电充后台管理系统',
|
||||
logo: logoImg
|
||||
}
|
||||
}
|
||||
|
||||
@@ -152,7 +152,7 @@ export default {
|
||||
orderInfo: [],
|
||||
tableData: [{
|
||||
pileSn:'9527',
|
||||
stationName:'举视充电桩',
|
||||
stationName:'有电充充电桩',
|
||||
stationAddress:'昆山市黄埔江南路',
|
||||
type:'直流',
|
||||
power:'2131',
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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