|
@@ -164,6 +164,8 @@ export default {
|
|
if(location.hostname == 'colexiu.com'){
|
|
if(location.hostname == 'colexiu.com'){
|
|
url = 'https://kj.colexiu.com/'
|
|
url = 'https://kj.colexiu.com/'
|
|
}
|
|
}
|
|
|
|
+ console.log(location.hostname)
|
|
|
|
+ return
|
|
this.$refs["form"].validate((res) => {
|
|
this.$refs["form"].validate((res) => {
|
|
if (res) {
|
|
if (res) {
|
|
console.log("发送请求");
|
|
console.log("发送请求");
|