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