@@ -1,4 +1,4 @@
-const prefix = '/api/center'
+const prefix = process.env.NODE_ENV === 'production' ? 'https://channel.fangdeal.cn/api/center' : '/api/center'
const apis = {
user: {