/* * @Author: zhangmudan * @Date: 2024-07-19 08:46:59 * @LastEditors: zhangmudan * @LastEditTime: 2024-07-19 10:32:50 * @FilePath: \tqApp\vue.config.js */ // vue.config.js require("./modifyManifest.js"); module.exports = { devServer: { proxy: { '/dev-api': { // target: 'http://tq.5000v.com:8025/', // target: 'http://tq.5000v.com:8035/', // target: 'http://58.220.24.217:18011/', // target: 'http://183.2.157.220:1543/', // 环卫托管 // target: 'https://app138115.eapps.dingtalkcloud.com/', // 钉钉第三方 target: 'https://90.5000v.com/', // 企事业托管 pathRewrite: { '^/dev-api': '' } } }, } }