commit
This commit is contained in:
@@ -51,6 +51,10 @@ export default {
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
},
|
||||
// magnifying(normalEl,binEl,mouseWH:any){
|
||||
// let mouseW = mouseWH.width?mouseWH.width:10+'rem'
|
||||
// let mouseH = mouseWH.height?mouseWH.height:10+'rem'
|
||||
// normalEl.offsetWidth
|
||||
// }
|
||||
}
|
||||
@@ -25,7 +25,8 @@ import { message } from 'ant-design-vue';
|
||||
// }else{
|
||||
// httpIp = ''
|
||||
// }
|
||||
let httpIp = process.env.NODE_ENV == 'development' ? "http://192.168.1.10:10086" : "";
|
||||
let httpIp = process.env.NODE_ENV == 'development' ? "" : "";
|
||||
// let httpIp = process.env.NODE_ENV == 'development' ? "http://192.168.1.10:10086" : "";
|
||||
console.log(httpIp);
|
||||
axios.defaults.baseURL = process.env.VUE_APP_BASE_URL; //配置接口地址
|
||||
// console.log(process.env.VUE_APP_BASE_URL);
|
||||
|
||||
Reference in New Issue
Block a user