update code

This commit is contained in:
leonard
2025-07-24 14:45:30 +07:00
parent bcf4015cae
commit bbd037dcb4
5 changed files with 50 additions and 15 deletions

View File

@ -61,15 +61,15 @@ module.exports = {
styleResources: {
scss: ['./assets/scss/*.scss'],
},
// proxy: {
// "/api/": {
// target: "http://0.0.0.0:9999/",
// //target: "http://192.168.0.152:8082/",
// pathRewrite: {
// "^/api/": ""
// }
// }
// },
proxy: {
"/api/": {
target: "http://0.0.0.0:9999/",
//target: "http://192.168.0.152:8082/",
pathRewrite: {
"^/api/": ""
}
}
},
axios: {
//baseURL: "http://dotest.kfems.kr:9997",
proxy: true,