小程序端扩展文件

2020-07-29  本文已影响0人  IT阿泽

ext.js

{

  "extEnable": true,

  "extAppid": "你的appid",

  "directCommit": false,

  "ext": {

    "attr": {

      "appid":"你的appid",

      "host": "你的请求接口地址"

    }

  },

  "extPages": {

    "pages/sort/sort": {

      "navigationBarTitleText": ""

    }

  },

  "window":{

    "backgroundTextStyle": "light",

    "navigationStyle":"custom",

    "navigationBarBackgroundColor": "#ffffff",

    "navigationBarTitleText": "",

    "navigationBarTextStyle": "black"

  }

}

上一篇 下一篇

猜你喜欢

热点阅读