Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
chore: use local api
Browse files Browse the repository at this point in the history
  • Loading branch information
Wen-ace committed Mar 25, 2024
1 parent eee7022 commit 1b31b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export default defineNuxtConfig({
// },
devProxy: {
"/api": {
// target: "http://localhost:8001/api", // 这里是接口地址
target: "http://108.160.140.213:8001/api", // 这里是接口地址
target: "http://localhost:8001/api", // 这里是接口地址
// target: "http://108.160.140.213:8001/api", // 这里是接口地址
changeOrigin: true,
},
},
Expand Down

0 comments on commit 1b31b1f

Please sign in to comment.