@@ -314,7 +314,6 @@ export default {
}).then(() => {
console.log('牧场删除失败');
}).catch(() => {})
- // this.$message.error('删除牧场失败');
}
this.resetForm()
this.selectionDataList = []
@@ -6,7 +6,7 @@
// api接口请求地址
// window.SITE_CONFIG['baseUrl'] = 'http://demo.open.renren.io/renren-fast-server';
- window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.44:88/api';
+ window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.57:88/api';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名
// window.SITE_CONFIG['baseUrl'] = 'http://localhost:8080/renren-fast';