update

parent 77374798
......@@ -170,7 +170,7 @@ export default defineComponent({
const response = (await api({
headers: { 'Content-Type': 'multipart/form-data' },
// url: 'https://cms.vab.vn/file/upload/', // pro
url: config.API_IMAGE_ENDPOINT, // pro
url: config.API_IMAGE_ORIGIN, // pro
// url: 'http://103.147.34.20:10705/file/upload/', // test
......
......@@ -543,7 +543,7 @@ export default defineComponent({
const response = (await api({
headers: { 'Content-Type': 'multipart/form-data' },
url: config.API_IMAGE_ENDPOINT, // pro
url: config.API_IMAGE_ORIGIN, // pro
method: 'POST',
data: bodyFormData,
......
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