Skip to content

Commit 065f5ca

Browse files
committed
[fix]修复vt
1 parent cf7f661 commit 065f5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples-test/base/commonTools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var commonTools = ({
2020
}
2121
//var baseDir = path.resolve(__dirname, '../../').replace(/\\/g, '/');
2222
//var exampleUrl = baseDir + '/examples/' + type + '/' + exampleName + '.html';
23-
var basePath = 'http://192.168.169.39:8090/iserver/iClient/forJavaScript';
23+
var basePath = 'http://localhost:8090/iserver/iClient/forJavaScript';
2424
var exampleUrl = basePath + '/examples/' + type + '/' + exampleName + '.html';
2525
browser.url(exampleUrl);
2626
browser.pause(2000);

0 commit comments

Comments
 (0)