@@ -26,7 +26,15 @@ module.exports = {
]
},
// 接口替换字符串
replaceStr: {
replaceStr: (() => {
if (process.env.NODE_ENV === 'development') {
return {
'{oss_file_url}': 'https://dy12333.org.cn/api'
}
} else {
})()
The note is not visible to the blocked user.