更新:更新app首页广告管理功能;修改标题和品牌信息;

This commit is contained in:
2026-04-09 16:56:47 +08:00
parent 5bf2cc3f6b
commit fe09951db0
8 changed files with 2347 additions and 2352 deletions

View File

@@ -7,7 +7,6 @@ const devEnv = require('./dev.env')
module.exports = {
dev: {
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
@@ -24,7 +23,7 @@ module.exports = {
},
// Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST
host: '192.168.110.161', // can be overwritten by process.env.HOST
port: 8002, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,