修改前端配置文件
This commit is contained in:
parent
9e21ac4f4d
commit
842e4a156a
@ -2,7 +2,7 @@
|
||||
ENV = 'development'
|
||||
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = ZrAdmin.NET管理系统
|
||||
VUE_APP_TITLE = 'ZrAdmin.NET后台管理'
|
||||
|
||||
# 开发环境
|
||||
VUE_APP_BASE_API = '/dev-api'
|
||||
|
||||
@ -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 = '/'
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
ENV = 'staging'
|
||||
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = ZrAdmin.NET管理系统
|
||||
VUE_APP_TITLE = 'ZrAdmin.NET后台管理'
|
||||
|
||||
# 测试环境
|
||||
VUE_APP_BASE_API = '/stage-api'
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zradmin",
|
||||
"description": "ZrAdmnin.NET管理系统",
|
||||
"description": "ZrAdmnin.NET后台管理",
|
||||
"author": "ZR",
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve",
|
||||
|
||||
@ -2,8 +2,8 @@ module.exports = {
|
||||
/**
|
||||
* 框架版本号
|
||||
*/
|
||||
version: '3.7.0',
|
||||
title: 'ZrAdmin.NET-管理系统',
|
||||
version: '3.7.2',
|
||||
title: 'ZrAdmin.NET-后台管理',
|
||||
/**
|
||||
* 主题颜色
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user