Skip to content

[Bug]: 微页面查看时报 Unauthorized #5401

Closed
@hotlong

Description

Description

以下微页面在设计器中显示正常,保存后点击查看报未授权。

{
  "type": "page",
  "title": "Welcome to Steedos",
  "body": [
    {
      "type": "crud",
      "syncLocation": false,
      "api": {
        "method": "get",
        "url": "/api/v1/project",
        "messages": {
        },
        "requestAdaptor": "api.url = Builder.settings.rootUrl + api.url; if (!api.headers) { api.headers = {} }; api.headers.Authorization = 'Bearer ' + Builder.settings.tenantId + ',' + Builder.settings.authToken; return api;",
        "adaptor": ""
      },
      "columns": [
        {
          "name": "_id",
          "label": "ID",
          "type": "text",
          "id": "u:c60e8d47457b",
          "placeholder": "-"
        },
        {
          "name": "name",
          "label": "名称",
          "type": "text",
          "id": "u:b1946c231ff9"
        }
      ],
      "bulkActions": [
      ],
      "itemActions": [
      ],
      "id": "u:b640e07ba37d",
      "perPageAvailable": [
        10
      ],
      "messages": {
      },
      "initFetch": true
    }
  ],
  "regions": [
    "body"
  ],
  "data": {
  },
  "id": "u:185541da407d"
}

Steps To Reproduce 重现步骤

  1. 创建微页面
  2. 粘贴上面的json
  3. 查看微页面

Version 版本

2.5.13

Metadata

Assignees

Labels

bugSomething isn't workingwon't fix不处理

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions