|
@@ -217,17 +217,17 @@
|
|
|
showsheetbar: false, // 底部sheet显示/隐藏
|
|
|
loadUrl:
|
|
|
window.location.protocol +
|
|
|
- "//192.168.2.124:7777" +
|
|
|
+ "//10.149.85.91:7777" +
|
|
|
"/sheet/worksheet/" +
|
|
|
ids + '/' + JSON.parse(window.sessionStorage.userInfo).loginNo,
|
|
|
loadSheetUrl:
|
|
|
window.location.protocol +
|
|
|
- "//192.168.2.124:7777" +
|
|
|
+ "//10.149.85.91:7777" +
|
|
|
"/sheet/loadsheet/" +
|
|
|
ids,
|
|
|
updateUrl:
|
|
|
"ws://" +
|
|
|
- "//192.168.2.124:7777" +
|
|
|
+ "//10.149.85.91:7777" +
|
|
|
"/ws/" +
|
|
|
JSON.parse(window.sessionStorage.userInfo).loginName +
|
|
|
"/" +
|
|
@@ -680,7 +680,7 @@
|
|
|
}
|
|
|
let res = JSON.stringify(exportJson)
|
|
|
console.log(res);
|
|
|
- util.ajaxJson("正在导入中", "http://192.168.2.124:7777/sheet/excel/importFile", { exceldata: res, id: excelId }, function (res) {
|
|
|
+ util.ajaxJson("正在导入中", "http://10.149.85.91:7777/sheet/excel/importFile", { exceldata: res, id: excelId }, function (res) {
|
|
|
console.log(res);
|
|
|
if (res.code === '1') {
|
|
|
// 销毁原来的excel
|