mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2025-05-19 18:10:15 +09:00
9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
/**
|
|
* 页面配置
|
|
*/
|
|
import AppKeys from './keys.js'
|
|
|
|
export default {
|
|
[AppKeys.SHEET_LEAVING]: 65, // 留言板页面ID
|
|
}
|