diff --git a/config/api.js b/config/api.js index eed88ad..3206bbb 100644 --- a/config/api.js +++ b/config/api.js @@ -4,10 +4,10 @@ */ // 开发环境 const dev = { - common: "https://common-api.pickmall.cn", - buyer: "https://buyer-api.pickmall.cn", - // common: "http://192.168.0.109:8890", - // buyer: "http://192.168.0.109:8888", + // common: "https://common-api.pickmall.cn", + // buyer: "https://buyer-api.pickmall.cn", + common: "http://192.168.0.109:8890", + buyer: "http://192.168.0.109:8888", }; // 生产环境 const prod = { diff --git a/pages/mine/distribution/auth.vue b/pages/mine/distribution/auth.vue index 4c5a5e1..4c70762 100644 --- a/pages/mine/distribution/auth.vue +++ b/pages/mine/distribution/auth.vue @@ -8,10 +8,16 @@ - + + + + + + + + + + - 提交 + 提交 @@ -35,12 +41,16 @@