Skip to content

Commit e35f9af

Browse files
authored
接口 hello-blog改为plumemo-service
1 parent 29e0255 commit e35f9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: vue.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
proxy: {
3333
// 配置多个代理(配置一个 proxy: 'http://localhost:4000' )
3434
[process.env.VUE_APP_BASE_API]: {
35-
target: `http://127.0.0.1:8086/api/hello-blog-service`,
35+
target: `http://127.0.0.1:8086/api/plumemo-service`,
3636
changeOrigin: true,
3737
pathRewrite: { "^/api/blog": "/" }
3838
}

0 commit comments

Comments
 (0)