We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa1c73 commit ca6d536Copy full SHA for ca6d536
vite.config.ts
@@ -17,8 +17,7 @@ export default (): UserConfig => {
17
// 请求代理地址
18
const proxy = {
19
"/dev": {
20
- // target: "http://127.0.0.1:8001",
21
- target: "http://rjjgeibqc2.localtunnel-cool.cool-js.cloud",
+ target: "http://127.0.0.1:8001",
22
changeOrigin: true,
23
rewrite: (path: string) => path.replace(/^\/dev/, "")
24
},
0 commit comments