zhangherong
2025-05-28 841769208fd755729444fe5226aa442ab84ac47f
vue.config.js
@@ -88,7 +88,7 @@
  devServer: {
    port: 3000,
    open: true,
    https: true,
    https: false,
    // hot: true,
    disableHostCheck: true,
    // overlay: {
@@ -110,7 +110,7 @@
      /* 注意:jeecgboot前端做了改造,此处不需要配置跨域和后台接口(只需要改.env相关配置文件即可)
          issues/3462 很多人此处做了配置,导致刷新前端404问题,请一定注意*/
      '/jeecg-boot': {
        target: 'https://localhost:9999/', // 请求本地 需要jeecg-boot后台项目
        target: 'http://localhost:9999/', // 请求本地 需要jeecg-boot后台项目
        ws: false,
        changeOrigin: true
      }