TM
2020-12-16 d089dc63547767f1987aeb9d0ceb4d47df91da4a
1
2
3
4
5
6
7
 
const g = typeof global !== 'undefined' ? global : self;
g.appXAppJson = {
  "app": {
    "$homepage": "pages/home/home"
  }
};