flat: 提交维权申请

This commit is contained in:
yangxiao
2025-12-28 19:48:00 +08:00
parent 2fc924d601
commit 63883356b1
15 changed files with 2223 additions and 9 deletions

View File

@@ -10,4 +10,12 @@ export default defineConfig({
viteInjectPopup(),
uni(),
],
server: {
proxy: {
'/app':{
target: 'http://36.105.163.21:30083/rgpp/api',
changeOrigin: true,
}
}
}
});