@netang/quasar 0.1.27 → 0.1.28

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utils/$power.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/utils/$power.js CHANGED
@@ -1113,7 +1113,7 @@ async function request(options) {
1113
1113
 
1114
1114
  // 如果是渲染页面
1115
1115
  // 说明该页面在 <table-splitter> 组件内部被渲染, 则不需要关闭当前窗口
1116
- if ($n_has($route.query, 'n_renderpage') && $route.query.n_renderpage === 1) {
1116
+ if ($n_has($route.query, 'n_render_page') && $route.query.n_render_page === 1) {
1117
1117
  // 则无任何操作
1118
1118
  return
1119
1119
  }