index.config.js 135 B

1234567
  1. export default {
  2. navigationBarTitleText: '打卡',
  3. usingComponents: {
  4. privacy: '../../components/common/privacy/privacy'
  5. }
  6. }