|
@@ -156,9 +156,9 @@ export default {
|
|
|
title: "123123",
|
|
|
allowUpdate: true,
|
|
|
lang: "zh",
|
|
|
- loadUrl: window.location.protocol + '//192.168.2.124:7777' + "/sheet/worksheet/"+this.ids,
|
|
|
- loadSheetUrl: window.location.protocol + '//192.168.2.124:7777' +"/sheet/loadsheet/"+this.ids,
|
|
|
- updateUrl: "ws://"+'//192.168.2.124:7777'+ "/ws/" + JSON.parse(window.sessionStorage.userInfo).loginName + "/"+this.ids
|
|
|
+ loadUrl: window.location.protocol + '//10.149.85.91:7777' + "/sheet/worksheet/"+this.ids,
|
|
|
+ loadSheetUrl: window.location.protocol + '//10.149.85.91:7777' +"/sheet/loadsheet/"+this.ids,
|
|
|
+ updateUrl: "ws://"+'//10.149.85.91:7777'+ "/ws/" + JSON.parse(window.sessionStorage.userInfo).loginName + "/"+this.ids
|
|
|
}
|
|
|
window.luckysheet.create(options)
|
|
|
this.excelStatus = true
|