Commit e8b691a6 authored by jiyonggang's avatar jiyonggang

批量上传

parent 56bcee1f
...@@ -508,7 +508,7 @@ export function getMaterialDirectoriesTree() { ...@@ -508,7 +508,7 @@ export function getMaterialDirectoriesTree() {
export function getDirectoryById(params) { export function getDirectoryById(params) {
return request({ return request({
// url: 'http://localhost:8567/material/business/youtube/getDirectoryById', // url: 'http://localhost:8567/material/business/youtube/getDirectoryById',
url: 'https://putinapi.zhangxindiet.com/business/youtube/getDirectoryById', url: 'https://putinapi.zhangxindiet.com/material/business/youtube/getDirectoryById',
method: 'get', method: 'get',
params params
}) })
...@@ -590,7 +590,7 @@ export function getMaterialsByTag(params) { ...@@ -590,7 +590,7 @@ export function getMaterialsByTag(params) {
export function getAllTags() { export function getAllTags() {
return request({ return request({
// url: 'http://localhost:8567/material/getAllTags', // url: 'http://localhost:8567/material/getAllTags',
url: 'https://putinapi.zhangxindiet.com/material/getMaterialDesigners', url: 'https://putinapi.zhangxindiet.com/material/getAllTags',
method: 'get', method: 'get',
}) })
......
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