index.config.ts 293 B

1234567891011
  1. /*
  2. * @Author: your name
  3. * @Date: 2021-02-22 11:22:26
  4. * @LastEditTime: 2021-02-22 18:47:28
  5. * @LastEditors: your name
  6. * @Description: In User Settings Edit
  7. * @FilePath: \intelligentLock\src\pages\deviceDetail\index.config.ts
  8. */
  9. export default {
  10. navigationBarTitleText: '设备详情'
  11. }