增加品牌方案管理
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const http = require('../utils/request')
|
||||
|
||||
module.exports = {
|
||||
/**
|
||||
* 获取品牌配置(需 JWT 登录态,自动按 tenantId 返回对应租户配置)
|
||||
* @returns {Promise<Object>} 品牌配置对象
|
||||
*/
|
||||
getBrandConfig() {
|
||||
return http.get('/brand')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user