Commit 822c67ac authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 9abef03a
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
console.log(submitstr) console.log(submitstr)
test.value=submitstr test.value=submitstr
xma.request({ xma.request({
url: "back/one-visit/one-visit/web/ybVisit/ybSgySm2", url: "https://onemoment.gywb.cn/back/one-visit/one-visit/web/ybVisit/ybSgySm2",
method: "POST", method: "POST",
format: "json", format: "json",
data: { data: {
......
...@@ -28,11 +28,11 @@ export default defineConfig({ ...@@ -28,11 +28,11 @@ export default defineConfig({
server: { server: {
open: true, open: true,
// 代理配置 // 代理配置
proxy: { // proxy: {
'/back/one-visit/one-visit/web/ybVisit/ybSgySm2': { // '/back/one-visit/one-visit/web/ybVisit/ybSgySm2': {
target: 'https://onemoment.gywb.cn/', // target: 'https://onemoment.gywb.cn/',
changeOrigin: true, // changeOrigin: true,
}, // },
}, // },
}, },
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment