feat(system): 关闭演示模式- 将 yudao.demo配置项从 true 修改为 false,关闭演示模式
This commit is contained in:
parent
9676cb02d5
commit
0dbf3568ae
|
@ -154,7 +154,7 @@ wx:
|
|||
|
||||
# 芋道配置项,设置当前项目所有自定义的配置
|
||||
yudao:
|
||||
demo: true # 开启演示模式
|
||||
demo: false # 开启演示模式
|
||||
|
||||
justauth:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue