|
@ -12,8 +12,8 @@ const name = defaultSettings.title || '基础数据管理网站' // page title |
|
|
// use administrator privileges to execute the command line.
|
|
|
// use administrator privileges to execute the command line.
|
|
|
// For example, Mac: sudo npm run
|
|
|
// For example, Mac: sudo npm run
|
|
|
// You can change the port by the following method:
|
|
|
// You can change the port by the following method:
|
|
|
// port = 9527 npm run dev OR npm run dev --port = 9527
|
|
|
// port = 9528 npm run dev OR npm run dev --port = 9528
|
|
|
const port = process.env.port || process.env.npm_config_port || 9527 // dev port
|
|
|
const port = process.env.port || process.env.npm_config_port || 9528 // dev port
|
|
|
const Timestamp = new Date().getTime(); |
|
|
const Timestamp = new Date().getTime(); |
|
|
// All configuration item explanations can be find in https://cli.vuejs.org/config/
|
|
|
// All configuration item explanations can be find in https://cli.vuejs.org/config/
|
|
|
module.exports = { |
|
|
module.exports = { |
|
|