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