config.ts 563 B

123456789101112131415161718
  1. /*
  2. * @Author: code4eat awesomedema@gmail.com
  3. * @Date: 2024-08-26 14:06:32
  4. * @LastEditors: code4eat awesomedema@gmail.com
  5. * @LastEditTime: 2024-08-26 14:25:50
  6. * @FilePath: /MediScreen/config/config.ts
  7. * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. */
  9. export default {
  10. proxy: {
  11. '/api': {
  12. target: 'http://120.27.235.181:5000',
  13. changeOrigin: true,
  14. pathRewrite: { '^/api': '' },
  15. },
  16. },
  17. };