docs: 新增某些组件只能存在一个的配置(例: 底部导航)

This commit is contained in:
王奥斯
2022-02-11 13:31:12 +08:00
parent 5daac0875e
commit ad68d073e3
8 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
window.global_config = {
BASE_URL: 'http://api.aseditor.fun/',
BASE_URL: '/api/',
NODE_ENV: 'prd',
}