|
@@ -1,11 +1,11 @@
|
|
|
import { delete0, get, post } from '@/utils/request'
|
|
import { delete0, get, post } from '@/utils/request'
|
|
|
|
|
|
|
|
const articleApi = {
|
|
const articleApi = {
|
|
|
- articlePostApi: '/api/content/post/article',
|
|
|
|
|
- updateArticleScopeApi: '/api/content/post/article/update/scope',
|
|
|
|
|
- updateArticleContentApi: '/api/content/post/article/update/content',
|
|
|
|
|
- articleApi: '/api/content/article',
|
|
|
|
|
- userArticleApi: '/api/content/article/user'
|
|
|
|
|
|
|
+ articlePostApi: '/api/search1/post/article',
|
|
|
|
|
+ updateArticleScopeApi: '/api/search1/post/article/update/scope',
|
|
|
|
|
+ updateArticleContentApi: '/api/search1/post/article/update/content',
|
|
|
|
|
+ articleApi: '/api/search1/article',
|
|
|
|
|
+ userArticleApi: '/api/search1/article/user'
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export function submitArticle(data) {
|
|
export function submitArticle(data) {
|