index.config.ts 328 B

123456789101112
  1. /*
  2. * @Author: your name
  3. * @Date: 2021-02-19 15:36:04
  4. * @LastEditTime: 2021-02-27 19:11:34
  5. * @LastEditors: Please set LastEditors
  6. * @Description: In User Settings Edit
  7. * @FilePath: \intelligentLock\src\pages\my\index.config.ts
  8. */
  9. // import Taro from '@tarojs/taro'
  10. export default {
  11. navigationBarTitleText: 'LabSense'
  12. }