Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
c21ab98f
Commit
c21ab98f
authored
Nov 27, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改域名
parent
3aa157e7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/redData/analysisList.vue
src/views/redData/analysisList.vue
+2
-2
src/views/redData/soringList.vue
src/views/redData/soringList.vue
+2
-2
No files found.
src/views/redData/analysisList.vue
View file @
c21ab98f
...
@@ -114,7 +114,7 @@ export default {
...
@@ -114,7 +114,7 @@ export default {
* 获取类目列表
* 获取类目列表
**/
**/
handleGetCategory
()
{
handleGetCategory
()
{
axios
.
post
(
'
http://xhs-py.wanwudezhi.com/getCategory
'
)
axios
.
post
(
'
http
s
://xhs-py.wanwudezhi.com/getCategory
'
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
'
===类目列表
'
,
res
.
data
)
console
.
log
(
'
===类目列表
'
,
res
.
data
)
this
.
categoryList
=
res
.
data
.
data
this
.
categoryList
=
res
.
data
.
data
...
@@ -138,7 +138,7 @@ export default {
...
@@ -138,7 +138,7 @@ export default {
return
return
}
}
this
.
listLoading
=
true
this
.
listLoading
=
true
axios
.
post
(
'
http://xhs-py.wanwudezhi.com/countKeyword
'
,
axios
.
post
(
'
http
s
://xhs-py.wanwudezhi.com/countKeyword
'
,
this
.
listQuery
)
this
.
listQuery
)
.
then
(
res
=>
{
.
then
(
res
=>
{
this
.
listLoading
=
false
this
.
listLoading
=
false
...
...
src/views/redData/soringList.vue
View file @
c21ab98f
...
@@ -135,7 +135,7 @@ export default {
...
@@ -135,7 +135,7 @@ export default {
* 获取类目列表
* 获取类目列表
**/
**/
handleGetCategory
()
{
handleGetCategory
()
{
axios
.
post
(
'
http://xhs-py.wanwudezhi.com/getCategory
'
)
axios
.
post
(
'
http
s
://xhs-py.wanwudezhi.com/getCategory
'
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
'
===类目列表
'
,
res
.
data
)
console
.
log
(
'
===类目列表
'
,
res
.
data
)
this
.
categoryList
=
res
.
data
.
data
this
.
categoryList
=
res
.
data
.
data
...
@@ -158,7 +158,7 @@ export default {
...
@@ -158,7 +158,7 @@ export default {
// this.listLoading = false
// this.listLoading = false
// })
// })
this
.
listLoading
=
true
this
.
listLoading
=
true
axios
.
post
(
'
http://xhs-py.wanwudezhi.com/findNoteSoareData
'
,
axios
.
post
(
'
http
s
://xhs-py.wanwudezhi.com/findNoteSoareData
'
,
this
.
listQuery
)
this
.
listQuery
)
.
then
(
res
=>
{
.
then
(
res
=>
{
this
.
list
=
res
.
data
.
data
.
data
this
.
list
=
res
.
data
.
data
.
data
...
...
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