初始化项目

This commit is contained in:
磷叶 2025-04-17 10:24:01 +08:00
parent 41fb7d0ac8
commit 4459b09bdc
7 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# 项目背景
这是一个基于RuoYi-Vue的共享电动车后台管理系统,主要用于管理车辆、用户、订单等信息
这是一个基于RuoYi-Vue的物联网蓝牙网关后台管理系统,主要用于管理网关设备、蓝牙设备,并实现蓝牙设备与网关设备的绑定,对蓝牙设备的操作
# 主要框架
- Vue2

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 电动车v2
VUE_APP_TITLE = 创特网关
# 开发环境配置
ENV = 'development'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 小鹿骑行管理系统
VUE_APP_TITLE = 创特网关
# 生产环境配置
ENV = 'production'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 小鹿骑行管理系统
VUE_APP_TITLE = 创特网关
NODE_ENV = production

View File

@ -4,7 +4,7 @@
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title-box">
<img :src="logo" class="logo"/>
<span class="title">小鹿骑行管理系统</span>
<span class="title">创特网关</span>
</h3>
<el-form-item prop="username">
<el-input

View File

@ -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" />

View File

@ -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 || 4100 // 端口