Browse Source

产权交易跳转页面

newProperty
庞东旭 1 year ago
parent
commit
b3a03e0bb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/js/common/tools.js

+ 1
- 1
static/js/common/tools.js View File

@@ -433,7 +433,7 @@ define(['jquery', 'dialog','jsencrypt'], function ($, dialog,JSEncrypt) {
*/
skip: function (url) {
if (url != '') {
window.open(url)
window.location = url
}
},
/**


Loading…
Cancel
Save