mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-13 06:23:01 +08:00
update: uni-cms-articles.schema.ext.js
This commit is contained in:
parent
c7be2d951e
commit
c8755e461c
@ -176,7 +176,7 @@ module.exports = {
|
|||||||
afterRead: async function ({userInfo, clientInfo, result, where, field}) {
|
afterRead: async function ({userInfo, clientInfo, result, where, field}) {
|
||||||
const isAdmin = field && field.length && field.includes('is_admin')
|
const isAdmin = field && field.length && field.includes('is_admin')
|
||||||
// 检查是否配置了clientAppIds字段,如果没有则抛出错误
|
// 检查是否配置了clientAppIds字段,如果没有则抛出错误
|
||||||
if (!config.clientAppIds && !config.clientAppIds.length && !isAdmin) {
|
if ((!config.clientAppIds || !config.clientAppIds.length) && !isAdmin) {
|
||||||
throw new Error('请在 uni-cms 配置文件中配置 clientAppIds 字段后访问,详见:https://uniapp.dcloud.net.cn/uniCloud/uni-cms.html#uni-cms-config')
|
throw new Error('请在 uni-cms 配置文件中配置 clientAppIds 字段后访问,详见:https://uniapp.dcloud.net.cn/uniCloud/uni-cms.html#uni-cms-config')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user