功能变化: 发布版本v2.1.5
parent
b88af5cfda
commit
4879e748a9
|
@ -6,6 +6,6 @@ VUE_APP_TITLE=企业级后台管理系统
|
|||
VUE_APP_PM_ENABLED = true
|
||||
# 后端接口地址及端口(域名)
|
||||
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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "django-vue-admin",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve --open",
|
||||
"start": "npm run serve",
|
||||
|
|
|
@ -66,7 +66,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
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
|
||||
},
|
||||
// 生成一个颜色
|
||||
|
|
Loading…
Reference in New Issue