config$.js 131 B

1234567
  1. const g = typeof global !== 'undefined' ? global : self;
  2. g.appXAppJson = {
  3. "app": {
  4. "$homepage": "pages/index/index"
  5. }
  6. };