index.js 136 B

12345678
  1. Page({
  2. data: {
  3. // 这里可以后续扩展动态获取协议内容
  4. },
  5. onLoad(options) {
  6. // 不再需要解析 URL
  7. },
  8. })