美文网首页
小程序端扩展文件

小程序端扩展文件

作者: IT阿泽 | 来源:发表于2020-07-29 12:38 被阅读0次

    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"

      }

    }

    相关文章

      网友评论

          本文标题:小程序端扩展文件

          本文链接:https://www.haomeiwen.com/subject/plehrktx.html