feat(web): 拆分页面功能,区分基础和高级

This commit is contained in:
2024-01-11 14:33:10 +08:00
parent f58b803cd0
commit d04bf22f8a
3 changed files with 103 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
function commonInfo() {
return {
// baseUrl: 'http://132.126.207.131:35690/hudi_services/service_web',
baseUrl: '/hudi_services/service_web',
}
}