瀏覽代碼

'2023年8月9日09:11:03'

yxb
wq 1 年之前
父節點
當前提交
10df1e4597
共有 2 個文件被更改,包括 5 次插入4 次删除
  1. 1
    1
      subpackage/orders/verify/verify-phone-code/verify-phone-code.vue
  2. 4
    3
      utils/network/api.js

+ 1
- 1
subpackage/orders/verify/verify-phone-code/verify-phone-code.vue 查看文件

</view> </view>


<view class="btn"> <view class="btn">
<submit-button title="更换手机号" @submit="nextStep"></submit-button>
<submit-button title="提交" @submit="nextStep"></submit-button>
</view> </view>
</template> </template>



+ 4
- 3
utils/network/api.js 查看文件

//开发环境配置 //开发环境配置
development: { development: {
// baseUrl: "htttp://192.168.100.63:8087", // baseUrl: "htttp://192.168.100.63:8087",
// baseUrl: "https://qtzl.etcjz.cn",
baseUrl: "https://testmedusa.etcjz.cn",
baseUrl: "https://qtzl.etcjz.cn",
// baseUrl: "https://testmedusa.etcjz.cn",
}, },
//生产环境配置 //生产环境配置
production: { production: {
// baseUrl: "htttp://222.85.144.89:19002", // baseUrl: "htttp://222.85.144.89:19002",
// baseUrl: "http://192.168.100.63:8087" // baseUrl: "http://192.168.100.63:8087"
baseUrl: "https://testmedusa.etcjz.cn",
baseUrl: "https://qtzl.etcjz.cn",
// baseUrl: "https://testmedusa.etcjz.cn",
} }
} }

Loading…
取消
儲存