|
@@ -32,7 +32,7 @@
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="9">
|
|
|
- <img id="kaptchaImage" src="http://115.238.57.190:8014/admin/my/send" @click="refset" alt="">
|
|
|
+ <img id="kaptchaImage" src="http://47.97.219.115:8010/admin/my/send" @click="refset" alt="">
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<div style="height: 20px"></div>
|
|
@@ -81,7 +81,7 @@ export default {
|
|
|
// 刷新
|
|
|
refset() {
|
|
|
let img = document.getElementById('kaptchaImage');
|
|
|
- img.setAttribute('src', 'http://115.238.57.190:8014/admin/my/send?'+ Math.floor(Math.random() * 100));
|
|
|
+ img.setAttribute('src', 'http://47.97.219.115:8010/admin/my/send?'+ Math.floor(Math.random() * 100));
|
|
|
}
|
|
|
}
|
|
|
}
|