Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡宝山
template_vue
Commits
5db02deb
Commit
5db02deb
authored
Apr 16, 2024
by
WBY1026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增dialog分页
parent
3f206a44
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
116 additions
and
35 deletions
+116
-35
demoData1.js
src/api/demoData1.js
+10
-0
demoData1.vue
src/views/demoData/demoData1.vue
+105
-34
vue.config.js
vue.config.js
+1
-1
No files found.
src/api/demoData1.js
View file @
5db02deb
...
@@ -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',
...
...
src/views/demoData/demoData1.vue
View file @
5db02deb
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
5db02deb
...
@@ -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
]:
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment