|
@@ -15,6 +15,6 @@ if (process.env.UNI_PLATFORM === "h5") {
|
|
|
export default apis == 1 ? {
|
|
export default apis == 1 ? {
|
|
|
Hhost: "https://shop-api.haocha13.cn/",
|
|
Hhost: "https://shop-api.haocha13.cn/",
|
|
|
} : {
|
|
} : {
|
|
|
- Hhost: "https://shop-api.haocha13.cn/", //正式接口
|
|
|
|
|
- // Hhost: "https://test-api.haocha13.cn/",
|
|
|
|
|
|
|
+ // Hhost: "https://shop-api.haocha13.cn/", //正式接口
|
|
|
|
|
+ Hhost: "https://test-api.haocha13.cn/",
|
|
|
}
|
|
}
|