Browse Source

修改配置

Dev
18300102974 2 years ago
parent
commit
357ec6df6b
  1. 2
      FrontEnd/nuxt.config.js

2
FrontEnd/nuxt.config.js

@ -129,7 +129,7 @@ export default {
}, },
proxy: { proxy: {
'/trending': { '/trending': {
target: 'http://localhost:3466',// 服務地址
target: 'http://www.origtek.com:9105',// 服務地址
pathRewrite: { pathRewrite: {
'^/trending': '/' '^/trending': '/'
}, },

Loading…
Cancel
Save