初始化项目
This commit is contained in:
parent
41fb7d0ac8
commit
4459b09bdc
|
@ -1,5 +1,5 @@
|
||||||
# 项目背景
|
# 项目背景
|
||||||
这是一个基于RuoYi-Vue的共享电动车后台管理系统,主要用于管理车辆、用户、订单等信息。
|
这是一个基于RuoYi-Vue的物联网蓝牙网关后台管理系统,主要用于管理网关设备、蓝牙设备,并实现蓝牙设备与网关设备的绑定,对蓝牙设备的操作。
|
||||||
|
|
||||||
# 主要框架
|
# 主要框架
|
||||||
- Vue2
|
- Vue2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 电动车v2
|
VUE_APP_TITLE = 创特网关
|
||||||
|
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
ENV = 'development'
|
ENV = 'development'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 小鹿骑行管理系统
|
VUE_APP_TITLE = 创特网关
|
||||||
|
|
||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
ENV = 'production'
|
ENV = 'production'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 小鹿骑行管理系统
|
VUE_APP_TITLE = 创特网关
|
||||||
|
|
||||||
NODE_ENV = production
|
NODE_ENV = production
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<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-box">
|
<h3 class="title-box">
|
||||||
<img :src="logo" class="logo"/>
|
<img :src="logo" class="logo"/>
|
||||||
<span class="title">小鹿骑行管理系统</span>
|
<span class="title">创特网关</span>
|
||||||
</h3>
|
</h3>
|
||||||
<el-form-item prop="username">
|
<el-form-item prop="username">
|
||||||
<el-input
|
<el-input
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
|
@ -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 || 4100 // 端口
|
const port = process.env.port || process.env.npm_config_port || 4100 // 端口
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user