1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-11 04:39:35 +08:00
Files
uni-halo/config/sheets.config.js
T
2022-12-06 15:08:29 +08:00

9 lines
127 B
JavaScript

/**
* 页面配置
*/
import AppKeys from './keys.js'
export default {
[AppKeys.SHEET_LEAVING]: 65, // 留言板页面ID
}