当前位置: 首页 > 工具软件 > DiskCache > 使用案例 >

vue 308 Permanent Redirect (from disk cache)问题

公良扬
2023-12-01
 devServer: {
		host: "0.0.0.0",
		port: 8000, // 端口号
		https: true, // 允许https接口代理
		open: true, 
		hotOnly: true, // 热更新
		proxy: { 
			"/api/v1": {
				target: "https://xxx.xxxx.xx",
				changeOrigin: true,
				secure: false,
			},
			
		}

亲测有用。

https://blog.csdn.net/ProgramarQin/article/details/107576808

 类似资料: