Merge branch 'dev-3.5' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.5

This commit is contained in:
likexuan
2022-09-09 17:54:32 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ const serverConfig = require('../static/config.json')// 引入根目录下的配
// const gitRevisionPlugin = new GitRevisionPlugin();
const createJson = function () {
// serverConfig.version=config.build.version +"-"+gitRevisionPlugin.commithash();
serverConfig.baseUrl = '/'
serverConfig.version = config.build.version
return JSON.stringify(serverConfig)
}

View File

@@ -1 +1 @@
{"baseUrl":"/", "version": "22.05"}
{"baseUrl":"http://192.168.40.42/", "version": "22.05"}