This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
产权交易跳转页面
newProperty
庞东旭
1 year ago
parent
05fd62a5b9
commit
b3a03e0bb0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
},
/**
Write
Preview
Loading…
Cancel
Save