提交 e39b9a87 authored 作者: JaxBBLL's avatar JaxBBLL

fix

上级 e3af43f2
# 页面标题 # 页面标题
VUE_APP_TITLE = 若依管理系统 VUE_APP_TITLE = 管理系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
# 若依管理系统/开发环境 # 管理系统/开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = '/dev-api'
# 路由懒加载 # 路由懒加载
......
# 页面标题 # 页面标题
VUE_APP_TITLE = 若依管理系统 VUE_APP_TITLE = 管理系统
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'
# 若依管理系统/生产环境 # 管理系统/生产环境
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = '/prod-api'
# 页面标题 # 页面标题
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'
# vue-admin # ty-vue-admin
基于若依框架,调整的`vue-admin`模板。 基于框架,调整的`ty-vue-admin`模板。
账号:admin/admin123 账号:admin/admin123
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
- [x] 添加[`ty-ui`](http://120.55.57.35:4874/#/) - [x] 添加[`ty-ui`](http://120.55.57.35:4874/#/)
- [x] `eslint`调整,并配合`prettier`统一格式化代码。 - [x] `eslint`调整,并配合`prettier`统一格式化代码。
- [x] 添加原子化[`tailwindcss`](https://www.tailwindcss.cn/),为了兼容性,使用`1.x`版本。 - [x] 添加原子化[`tailwindcss`](https://www.tailwindcss.cn/),为了兼容性,使用`1.x`版本。
- [x] 剔除若依覆盖`element-ui`的样式 - [x] 剔除覆盖`element-ui`的样式
- [ ] 测试`ty-ui`,并增加页面使用案例 - [ ] 测试`ty-ui`,并增加页面使用案例
- [ ] 设计师设计并调整页面整体样式 - [ ] 设计师设计并调整页面整体样式
- [ ] 梳理第三方库并重新选型 - [ ] 梳理第三方库并重新选型
......
{ {
"name": "ruoyi", "name": "ty-vue-admin",
"version": "3.8.7", "version": "1.0.9",
"description": "若依管理系统", "description": "管理系统",
"author": "若依", "author": "",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
:rules="loginRules" :rules="loginRules"
class="login-form" 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"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
:rules="registerRules" :rules="registerRules"
class="register-form" class="register-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="registerForm.username" v-model="registerForm.username"
......
...@@ -7,7 +7,7 @@ function resolve(dir) { ...@@ -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 || 80; // 端口 const port = process.env.port || process.env.npm_config_port || 80; // 端口
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论