liangjin
2021-03-17 255e8bcf4adc9d760a21c3e454bc14aabb4e327a
1
2
3
4
5
6
7
 
const g = typeof global !== 'undefined' ? global : self;
g.appXAppJson = {
  "app": {
    "$homepage": "pages/home/home"
  }
};