@steedos/service-pages 2.7.0-beta.9 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -912,12 +912,12 @@
912
912
  }
913
913
  ],
914
914
  },
915
- // {
916
- // "type": "steedos-app-launcher",
917
- // "showAppName": false,
918
- // "appId": "${app.id}",
919
- // "visibleOn": "${isMobile}"
920
- // }
915
+ {
916
+ "type": "steedos-app-launcher",
917
+ "showAppName": false,
918
+ "appId": "${app.id}",
919
+ "visibleOn": "${isMobile}"
920
+ }
921
921
  ]
922
922
  },
923
923
  ],
@@ -2,7 +2,7 @@
2
2
  * @Author: 孙浩林 6194896+sunhaolin@users.noreply.github.com
3
3
  * @Date: 2023-12-10 11:09:40
4
4
  * @LastEditors: 孙浩林 sunhaolin@steedos.com
5
- * @LastEditTime: 2023-12-12 17:19:23
5
+ * @LastEditTime: 2024-04-18 16:09:10
6
6
  * @FilePath: /steedos-platform-2.3/services/service-pages/main/default/routes/page_render.router.js
7
7
  * @Description: 支持使用schemaApi动态渲染页面,支持匿名访问。
8
8
  */
@@ -55,6 +55,7 @@ router.get('/api/page/render', async function (req, res) {
55
55
  pageSchema: pageSchema,
56
56
  __meteor_runtime_config__: __meteor_runtime_config__,
57
57
  queryData,
58
+ STEEDOS_PUBLIC_USE_OPEN_API: process.env.STEEDOS_PUBLIC_USE_OPEN_API
58
59
  }
59
60
  const options = {}
60
61
  ejs.renderFile(filename, data, options, function (err, str) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-pages",
3
- "version": "2.7.0-beta.9",
3
+ "version": "2.7.0",
4
4
  "main": "package.service.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "b9fad2d43fc0216dbcfcf965b7218590167d8f55",
11
+ "gitHead": "2f1586ea4f8af5b93753878e96f1f48adbef31a7",
12
12
  "dependencies": {
13
13
  "ejs": "^3.1.8"
14
14
  }