|
@@ -815,8 +815,8 @@ export default {
|
|
|
},
|
|
|
async searchWindturbine(statu) {
|
|
|
axios({
|
|
|
- baseURL: "http://10.81.3.155:8172",
|
|
|
- url: `/healthmain/windturbineAjax?wpId=${this.value1}`,
|
|
|
+ baseURL: process.env.VUE_APP_NEW_WISDOM,
|
|
|
+ url: `/health/windturbineAjax?wpId=${this.value1}`,
|
|
|
}).then((res) => {
|
|
|
if (res.data?.code === 200) {
|
|
|
this.options1 = res.data.data || [];
|