修改前端配置文件

This commit is contained in:
不做码农 2021-12-15 22:30:09 +08:00
parent 9e21ac4f4d
commit 842e4a156a
5 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
ENV = 'development'
# 页面标题
VUE_APP_TITLE = ZrAdmin.NET管理系统
VUE_APP_TITLE = 'ZrAdmin.NET后台管理'
# 开发环境
VUE_APP_BASE_API = '/dev-api'

View File

@ -2,10 +2,10 @@
ENV = 'production'
# 页面标题
VUE_APP_TITLE = ZrAdmin.NET管理系统
VUE_APP_TITLE = 'ZrAdmin.NET后台管理'
# 生产环境
VUE_APP_BASE_API = '/prod-api'
# 路由前缀
VUE_APP_ROUTER_PREFIX = '/admin/'
VUE_APP_ROUTER_PREFIX = '/'

View File

@ -2,7 +2,7 @@
ENV = 'staging'
# 页面标题
VUE_APP_TITLE = ZrAdmin.NET管理系统
VUE_APP_TITLE = 'ZrAdmin.NET后台管理'
# 测试环境
VUE_APP_BASE_API = '/stage-api'

View File

@ -1,6 +1,6 @@
{
"name": "zradmin",
"description": "ZrAdmnin.NET管理系统",
"description": "ZrAdmnin.NET后台管理",
"author": "ZR",
"scripts": {
"dev": "vue-cli-service serve",

View File

@ -2,8 +2,8 @@ module.exports = {
/**
* 框架版本号
*/
version: '3.7.0',
title: 'ZrAdmin.NET-管理系统',
version: '3.7.2',
title: 'ZrAdmin.NET-后台管理',
/**
* 主题颜色
*/