ureport页面

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu
2022-10-17 22:48:19 +08:00
parent dc64d06460
commit 7bba6aaeb8
4 changed files with 346 additions and 0 deletions

9
src/config/website.js Normal file
View File

@@ -0,0 +1,9 @@
/**
* 全局配置文件
*/
export default {
reportUrl: 'http://localhost:8080/ureport',
}