功能变化: 发布版本v2.1.5

pull/104/head
李强 2023-08-21 14:28:20 +08:00
parent b88af5cfda
commit 4879e748a9
3 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@ VUE_APP_TITLE=企业级后台管理系统
VUE_APP_PM_ENABLED = true VUE_APP_PM_ENABLED = true
# 后端接口地址及端口(域名) # 后端接口地址及端口(域名)
VUE_APP_API = "http://127.0.0.1:8000" VUE_APP_API = "http://127.0.0.1:8000"
VUE_APP_VERSION = '2.0.4' VUE_APP_VERSION = '2.1.5'
# 文件存储引擎 # 文件存储引擎
VUE_APP_FILE_ENGINE = 'local' # oss、cos、local VUE_APP_FILE_ENGINE = 'local' # oss、cos、local

View File

@ -1,6 +1,6 @@
{ {
"name": "django-vue-admin", "name": "django-vue-admin",
"version": "2.1.4", "version": "2.1.5",
"scripts": { "scripts": {
"serve": "vue-cli-service serve --open", "serve": "vue-cli-service serve --open",
"start": "npm run serve", "start": "npm run serve",

View File

@ -66,7 +66,7 @@ export default {
}, },
methods: { methods: {
async getVer () { async getVer () {
this.ver = `v${process.env.VUE_APP_VERSION}` || 'v2.1.1' this.ver = `v${process.env.VUE_APP_VERSION}` || 'v2.1.5'
this.title = this.siteName || process.env.VUE_APP_TITLE this.title = this.siteName || process.env.VUE_APP_TITLE
}, },
// //