This commit is contained in:
18500206848
2024-04-22 10:29:10 +08:00
parent 3cb42d7be1
commit 6c195eaebc
2 changed files with 4 additions and 2 deletions

View File

@@ -29,11 +29,13 @@ module.exports = {
replaceStr: (() => {
if (process.env.NODE_ENV === 'development') {
return {
'{oss_file_url}': 'https://dy12333.org.cn/api'
'{oss_file_url}': 'https://dy12333.org.cn/api',
'http://10.165.0.173:8000/jobslink-api/front/file': 'https://dy12333.org.cn/api/jobslink-api/front/file'
}
} else {
return {
'{oss_file_url}': 'https://dy12333.org.cn/api'
'{oss_file_url}': 'https://dy12333.org.cn/api',
'http://10.165.0.173:8000/jobslink-api/front/file': 'https://dy12333.org.cn/api/jobslink-api/front/file'
}
}
})()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB