perf: logo和文案

perf: 去掉title
This commit is contained in:
ibuler
2021-06-02 17:29:32 +08:00
committed by Jiangjie.Bai
parent 73d4ec0fa5
commit cc994b8ecd
9 changed files with 23 additions and 32 deletions

View File

@@ -4,12 +4,11 @@ const defaultSettings = require('./src/settings.js')
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = /\.(js|css|json|txt|ico|svg)(\?.*)?$/i
function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title || 'JumpServer' // page title
const name = '' // page title
// If your port is set to 80,
// use administrator privileges to execute the command line.