Skip to content

Commit ca6d536

Browse files
committed
完善
1 parent 9fa1c73 commit ca6d536

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vite.config.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ export default (): UserConfig => {
1717
// 请求代理地址
1818
const proxy = {
1919
"/dev": {
20-
// target: "http://127.0.0.1:8001",
21-
target: "http://rjjgeibqc2.localtunnel-cool.cool-js.cloud",
20+
target: "http://127.0.0.1:8001",
2221
changeOrigin: true,
2322
rewrite: (path: string) => path.replace(/^\/dev/, "")
2423
},

0 commit comments

Comments
 (0)