@steedos/service-pages 2.6.2-beta.16 → 2.6.2-beta.17
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
* @Author: baozhoutao@steedos.com
|
|
3
3
|
* @Date: 2023-08-01 17:47:18
|
|
4
|
-
* @LastEditors:
|
|
5
|
-
* @LastEditTime: 2023-12-
|
|
4
|
+
* @LastEditors: 孙浩林 sunhaolin@steedos.com
|
|
5
|
+
* @LastEditTime: 2023-12-21 14:37:06
|
|
6
6
|
* @Description:
|
|
7
7
|
-->
|
|
8
8
|
<!DOCTYPE html>
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
|
|
190
190
|
const container = $(".page-template-root")[0];
|
|
191
191
|
|
|
192
|
-
const queryData = <%- JSON.stringify(locals.queryData
|
|
192
|
+
const queryData = <%- JSON.stringify(locals.queryData || {}) %>;
|
|
193
193
|
|
|
194
194
|
Steedos.Page.render(container, page, Object.assign({}, {
|
|
195
195
|
appId: appId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-pages",
|
|
3
|
-
"version": "2.6.2-beta.
|
|
3
|
+
"version": "2.6.2-beta.17",
|
|
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": "
|
|
11
|
+
"gitHead": "ca1e3e911f6f1140136dfd47e2ad724986c12978",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"ejs": "^3.1.8"
|
|
14
14
|
}
|