- ui 请求域名问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m20s
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m20s
This commit is contained in:
parent
e116552b90
commit
9de067b234
@ -35,7 +35,8 @@ module.exports = {
|
|||||||
proxy: {
|
proxy: {
|
||||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||||
[process.env.VUE_APP_BASE_API]: {
|
[process.env.VUE_APP_BASE_API]: {
|
||||||
target: `http://192.168.1.23:22009`,
|
// target: `http://192.168.1.23:22009`,
|
||||||
|
target: `http://sac.hl.jczsmarter.com:18080`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user