imatrix-ui 0.2.55-up → 0.2.56-up

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imatrix-ui",
3
- "version": "0.2.55-up",
3
+ "version": "0.2.56-up",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
@@ -153,7 +153,12 @@ export default {
153
153
  if(!routePath) {
154
154
  routePath = ''
155
155
  }
156
- routePath = this.getRoutePath(routePath)
156
+ if (routePath.indexOf("?") > 0) {
157
+ routePath += "&"
158
+ } else {
159
+ routePath += "?"
160
+ }
161
+ routePath = routePath + '_isNeedMenu_=false'
157
162
  toPathObj.path = "/tab-content-index";
158
163
  if(isDevp){
159
164
  // 如果是开发平台,进入开发平台设置首页