@@ -15,7 +15,7 @@ | |||
</view> | |||
<view class="btn"> | |||
<submit-button title="更换手机号" @submit="nextStep"></submit-button> | |||
<submit-button title="提交" @submit="nextStep"></submit-button> | |||
</view> | |||
</template> | |||
@@ -8,14 +8,15 @@ export const envs = { | |||
//开发环境配置 | |||
development: { | |||
// 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: { | |||
// baseUrl: "htttp://222.85.144.89:19002", | |||
// baseUrl: "http://192.168.100.63:8087" | |||
baseUrl: "https://testmedusa.etcjz.cn", | |||
baseUrl: "https://qtzl.etcjz.cn", | |||
// baseUrl: "https://testmedusa.etcjz.cn", | |||
} | |||
} | |||