Commit 5db02deb authored by WBY1026's avatar WBY1026

新增dialog分页

parent 3f206a44
...@@ -102,6 +102,16 @@ export function getClickInformation(data) { ...@@ -102,6 +102,16 @@ export function getClickInformation(data) {
data: data data: data
}) })
} }
export function getClickInformationPageNum(data) {
return request({
method: 'post',
url: '/mixSelect/getClickInformationPageNum',
headers: {
'Content-Type': 'application/json'
},
data: data
})
}
// export function testPost(data) { // export function testPost(data) {
// return request({ // return request({
// method: 'post', // method: 'post',
......
This diff is collapsed.
...@@ -121,7 +121,7 @@ module.exports = { ...@@ -121,7 +121,7 @@ module.exports = {
// target: `http://117.122.212.91:32012/`, // target: `http://117.122.212.91:32012/`,
// target: `http://192.144.239.97:20070/`, // target: `http://192.144.239.97:20070/`,
// === // ===
target: `http://192.168.0.114:8088/`, target: `http://192.168.1.37:8088/`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment