init: CATL电池线MES Web首次入库

This commit is contained in:
XingCheng3
2026-06-08 17:11:50 +08:00
commit 403e2b8c4a
127 changed files with 62399 additions and 0 deletions

17
vue.config.js Normal file
View File

@@ -0,0 +1,17 @@
// const os = require('os')
// const networkInterfaces = os.networkInterfaces()
// const ip = networkInterfaces['以太网'][1] ? networkInterfaces['以太网'][1].address : networkInterfaces['以太网'][0].address
// console.log(ip)
module.exports = {
configureWebpack: {
devtool: 'source-map'
},
devServer: {
port: 8090,
host: '0.0.0.0',
// host: '192.168.10.205',
https: false,
open: true
}
}