Commit 103a215c authored by 李智书's avatar 李智书

1.修改接口地址为https

parent ca038fbf
......@@ -340,9 +340,9 @@
</template>
<script>
var gHost = "http://dev-az-order-api.xiaopay.net";
var gHost = "https://dev-az-order-api.xiaopay.net";
if (window.location.protocol != "https:") {
gHost = "http://dev-az-order-api.xiaopay.net";
gHost = "https://dev-az-order-api.xiaopay.net";
}
//获取参数
function getQueryParams(params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment