商品弹窗代码修改
This commit is contained in:
@@ -23,7 +23,7 @@ function init() {
|
||||
// #ifdef H5
|
||||
|
||||
if (debug) {
|
||||
baseUrl = "/api";
|
||||
baseUrl = "/testApi";
|
||||
baseUrlwws = "http://192.168.1.42:2348";
|
||||
} else {
|
||||
baseUrl = "/prodApi";
|
||||
@@ -48,7 +48,7 @@ export const changeEnv = (env) => {
|
||||
let baseUrl = "http://192.168.1.42"
|
||||
let baseUrlwws = "ws://192.168.1.42:2348"
|
||||
// #ifdef H5
|
||||
baseUrl = "/api"
|
||||
baseUrl = "/testApi"
|
||||
baseUrlwws = "http://192.168.1.42:2348"
|
||||
// #endif
|
||||
uni.conf = {
|
||||
|
||||
Reference in New Issue
Block a user