1
jhzh
2024-09-28 cd4b96226af98617169aa245841c134f7b742c08
1
2 files modified
6 ■■■■ changed files
config/index.js 2 ●●● patch | view | raw | blame | history
src/axios/api.url.js 4 ●●●● patch | view | raw | blame | history
config/index.js
@@ -40,7 +40,7 @@
      }
    },
    // Various Dev Server settings
    host: "localhost", // can be overwritten by process.env.HOST
    host: "0.0.0.0", // can be overwritten by process.env.HOST
    port: 80, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
    autoOpenBrowser: true,
    errorOverlay: true,
src/axios/api.url.js
@@ -7,9 +7,9 @@
  // baseURL: '/',
  // baseURL: 'http://www.jumptalk.net:8091',
  // 0311
  baseURL: "https://api.pentagon-member.com/",
  // baseURL: "https://api.pentagon-member.com/",
  // 本地
  // baseURL: "http://192.168.10.7:8091/",
  baseURL: "http://192.168.10.7:8091/",
  util: {
    image: "/util/image.html" // 图片上传
  }