sean.zhou
2022-03-25 b944fff7414cd5d9b274ffcaf0b010ad9be965e1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export enum ERouterName {
    Element = 'element',
    Project = 'project',
    Tsa = 'tsa',
    Layer = 'layer',
    Media = 'media',
    Wayline = 'wayline',
    Livestream = 'livestream',
    Pilot = 'pilot-login',
    PilotHome = 'pilot-home',
    PilotMedia = 'pilot-media',
    PilotLiveshare = 'pilot-liveshare'
}
 
export enum EStorageKey {
    LANG_CODE = 'DJI_CREATE_VITE_H5_APP:lang_code',
    TEST_TOOLS_POSITION_STORAGE_KEY = 'DJI_CREATE_VITE_H5_APP:test_tools_position',
    SESSION_ID = 'DJI_CREATE_VITE_H5_APP:sess'
}