Surpriseplus
2022-10-27 4aac1609c95a097de0e8da843a9ed2f211303d4e
vue.config.js
@@ -1,4 +1,9 @@
module.exports = {
  lintOnSave: false,
  publicPath: "./",
  publicPath: './',
  devServer: {
    host: '0.0.0.0', //指定要使用的 host
    port: 12315, //指定端口号以侦听
    hotOnly: false, //启用热模块替换,而无需页面刷新作为构建失败时的回退。
  },
};