app-path.const.ts 79 Bytes
Newer Older
李彥志's avatar
李彥志 committed
1 2 3 4 5 6
export const appPath = {

  home:'',

  p2: 'p2',

李彥志's avatar
李彥志 committed
7 8 9
  p3: 'p3',

  p4: 'p4'
李彥志's avatar
李彥志 committed
10 11

};