|
@@ -2338,7 +2338,8 @@
|
|
|
function getColumns() {
|
|
|
$.ajax({
|
|
|
method: "get",
|
|
|
- url: "https://m3.hhh.com.tw:18670/gen_request_columns?filename=realtime.md",
|
|
|
+ //url: "https://m3.hhh.com.tw:18670/gen_request_columns?filename=realtime.md",
|
|
|
+ url:"./json/index_columns.json",
|
|
|
data: JSON.stringify(data),
|
|
|
contentType: "application/json",
|
|
|
}).done((response) => {
|