jhzh
2024-09-28 1cdd7b754a7b112d36c4e84bb45309dc81f4505e
no message
3 files modified
6 ■■■■ changed files
config/index.js 2 ●●● patch | view | raw | blame | history
src/assets/img/img_log_home.png 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/assets/img/img_log_home.png

src/axios/api.url.js
@@ -7,9 +7,9 @@
  // baseURL: '/',
  // baseURL: 'http://www.jumptalk.net:8091',
  // 0311
  baseURL: "https://api.ambaracapital.net/",
  // baseURL: "https://api.ambaracapital.net/",
  // 本地
  // baseURL: "http://192.168.10.7:8091/",
  baseURL: "http://192.168.10.7:8091/",
  util: {
    image: "/util/image.html" // 图片上传
  }