|
|
|
@ -196,8 +196,7 @@ |
|
|
|
<script type="module"> |
|
|
|
import { getLandingListApi, addLandingApi } from './src/api/member.js'; |
|
|
|
(function () { |
|
|
|
// 配置(按需修改) |
|
|
|
const FILE_UPLOAD_URL = 'http://39.101.133.168:8828/hljwgo/api/file/upload'; |
|
|
|
const FILE_UPLOAD_URL = 'http://tjapi.hlquant.com/hljwgo/api/file/upload'; |
|
|
|
// 状态 |
|
|
|
let tableData = []; |
|
|
|
let currentPage = 1; |
|
|
|
@ -331,7 +330,7 @@ function showMessage(text, type = 'success', duration = 3000) { |
|
|
|
|
|
|
|
const btnDetail = document.createElement('button'); btnDetail.className = 'btn'; btnDetail.textContent = '详情'; |
|
|
|
btnDetail.addEventListener('click', () => { |
|
|
|
window.location.href = `/adminDetail?id=${row.id}`; |
|
|
|
window.location.href = `/adminDetail.html?id=${row.id}`; |
|
|
|
}); |
|
|
|
tdOps.appendChild(btnDetail); |
|
|
|
|
|
|
|
|