有电充 改名 万车充

This commit is contained in:
2023-08-03 13:32:54 +08:00
parent cf0e63b45e
commit b72643e520
12 changed files with 15 additions and 15 deletions

View File

@@ -110,7 +110,7 @@ public class SwaggerConfig {
// 用ApiInfoBuilder进行定制 // 用ApiInfoBuilder进行定制
return new ApiInfoBuilder() return new ApiInfoBuilder()
// 设置标题 // 设置标题
.title("标题:有电充后台管理系统_接口文档") .title("标题:万车充后台管理系统_接口文档")
// 描述 // 描述
// .description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...") // .description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...")
// 作者信息 // 作者信息

View File

@@ -40,7 +40,7 @@ public class ClearingBillInfo {
private String merchantId; private String merchantId;
/** /**
* 订单来源1-有电充平台) * 订单来源1-万车充平台)
*/ */
private String orderSource; private String orderSource;

View File

@@ -1,10 +1,10 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 有电充后台管理系统 VUE_APP_TITLE = 万车充后台管理系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
# 有电充后台管理系统/开发环境 # 万车充后台管理系统/开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = '/dev-api'
# 路由懒加载 # 路由懒加载

View File

@@ -1,8 +1,8 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 有电充后台管理系统 VUE_APP_TITLE = 万车充后台管理系统
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'
# 有电充后台管理系统/生产环境 # 万车充后台管理系统/生产环境
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = '/prod-api'

View File

@@ -1,10 +1,10 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 有电充后台管理系统 VUE_APP_TITLE = 万车充后台管理系统
NODE_ENV = production NODE_ENV = production
# 测试环境配置 # 测试环境配置
ENV = 'staging' ENV = 'staging'
# 有电充后台管理系统/测试环境 # 万车充后台管理系统/测试环境
VUE_APP_BASE_API = '/stage-api' VUE_APP_BASE_API = '/stage-api'

View File

@@ -1,7 +1,7 @@
{ {
"name": "jsowell", "name": "jsowell",
"version": "1.0.0", "version": "1.0.0",
"description": "有电充管理系统", "description": "万车充管理系统",
"scripts": { "scripts": {
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build", "build:prod": "vue-cli-service build",

View File

@@ -36,7 +36,7 @@ export default {
}, },
data() { data() {
return { return {
title: '有电充后台管理系统', title: '万车充后台管理系统',
// logo: logoImg // logo: logoImg
} }
} }

View File

@@ -81,7 +81,7 @@ export default {
orderInfo: [], orderInfo: [],
tableData: [{ tableData: [{
pileSn: '9527', pileSn: '9527',
stationName: '有电充充电桩', stationName: '万车充充电桩',
stationAddress: '昆山市黄埔江南路', stationAddress: '昆山市黄埔江南路',
type: '直流', type: '直流',
power: '2131', power: '2131',

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="login"> <div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <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-form-item prop="username">
<el-input <el-input
v-model="loginForm.username" v-model="loginForm.username"

View File

@@ -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">有电充后台管理系统</h3> <h3 class="title">万车充后台管理系统</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" />

View File

@@ -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 || "有电充后台管理系统"; // 网页标题 const name = process.env.VUE_APP_TITLE || "万车充后台管理系统"; // 网页标题
const port = process.env.port || process.env.npm_config_port || 8081; // 端口 const port = process.env.port || process.env.npm_config_port || 8081; // 端口

View File

@@ -9,7 +9,7 @@
<version>1.0.0</version> <version>1.0.0</version>
<name>jsowell</name> <name>jsowell</name>
<description>有电充后台管理系统</description> <description>万车充后台管理系统</description>
<properties> <properties>
<jsowell.version>1.0.0</jsowell.version> <jsowell.version>1.0.0</jsowell.version>