更新测试环境
This commit is contained in:
@@ -26,8 +26,10 @@ export default ({ mode }: ConfigEnv): UserConfigExport => {
|
||||
// 本地跨域代理 https://cn.vitejs.dev/config/server-options.html#server-proxy
|
||||
proxy: {
|
||||
"/adminapi": {
|
||||
// 这里填写后端地址
|
||||
target: "https://chat.qxmier.com",
|
||||
// 这里填写后端地址、
|
||||
// http://chat.qxmier.com 正式
|
||||
// http://vschat.qxmier.com 测试
|
||||
target: "http://vschat.qxmier.com",
|
||||
changeOrigin: true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user