\r\n\r\n\r\n\r\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./authorDetails.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./authorDetails.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./authorDetails.vue?vue&type=template&id=0a35d6be&scoped=true&\"\nimport script from \"./authorDetails.vue?vue&type=script&lang=js&\"\nexport * from \"./authorDetails.vue?vue&type=script&lang=js&\"\nimport style0 from \"./authorDetails.vue?vue&type=style&index=0&id=0a35d6be&lang=less&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"0a35d6be\",\n null\n \n)\n\nexport default component.exports","/*\r\n * @Author: liuzhixiang \r\n * @Date: 2021-02-06 15:29:33 \r\n * @Last Modified by: liuzhixiang\r\n * @Last Modified time: 2021-09-We 03:17:10\r\n */\r\nimport http from './http'\r\n// \r\n/**\r\n * @parms resquest 请求地址 例如:http://197.82.15.15:8088/request/...\r\n * @param '/testIp'代表vue-cil中config,index.js中配置的代理\r\n */\r\nlet resquest = \"/api/api/v1\";\r\nlet resquest2 = \"/api/api\";\r\n\r\n// 获取艺术展列表\r\nexport async function queryArtExhibitionList(params) {\r\n let res = await http.post(`${resquest}/Art/QueryArtExhibitionList`, params)\r\n return res.data;\r\n}\r\n\r\n// 获取艺术展列表\r\nexport async function queryArtExhibitionListNew(params) {\r\n let res = await http.post(`${resquest}/Art/QueryArtExhibitionListNew`, params)\r\n return res.data;\r\n}\r\n\r\n// 获取艺术展详情\r\nexport async function queryArtExhibitionDetail(params) {\r\n let res = await http.get(`${resquest}/Art/QueryArtExhibitionDetail?id=` + params)\r\n return res.data;\r\n}\r\n\r\n// 获取艺术家详情\r\nexport async function querySupplierById(params) {\r\n let res = await http.get(`${resquest}/Art/QuerySupplierById` + params)\r\n return res.data;\r\n}\r\n\r\n// 艺术展Banner\r\nexport async function queryBanners(params) {\r\n let res = await http.get(`${resquest2}/Shop/ShopBase/QueryBanners`, params)\r\n return res.data;\r\n}\r\n\r\n// 获取最新签约\r\nexport async function queryNewestArtist(params) {\r\n let res = await http.post(`${resquest}/Art/QueryNewestArtist`, params)\r\n return res.data;\r\n}\r\n\r\n// 艺术展列表查询\r\nexport async function queryNewestArtExhibition(params) {\r\n let res = await http.post(`${resquest}/Art/QueryNewestArtExhibition`, params)\r\n return res.data;\r\n}\r\n\r\n// 艺术展列表查询\r\nexport async function artWorkAdd(params) {\r\n let res = await http.post(`${resquest}/Art/ArtWorkAdd`, params)\r\n return res.data;\r\n}\r\n\r\n// 获取场景、类型条件\r\nexport async function queryArtProperty(params) {\r\n let res = await http.get(`${resquest}/Art/QueryArtProperty` + params)\r\n return res.data;\r\n}\r\n\r\n// 获取艺术家\r\nexport async function queryArtist(params) {\r\n let res = await http.get(`${resquest}/Art/queryArtist`, params)\r\n return res.data;\r\n}\r\n// 获取艺术家\r\nexport async function queryArtSize(params) {\r\n let res = await http.get(`${resquest}/Art/QueryArtSize`, params)\r\n return res.data;\r\n}\r\n// 获取艺术家\r\nexport async function queryArtYear(params) {\r\n let res = await http.get(`${resquest}/Art/QueryArtYear`, params)\r\n return res.data;\r\n}\r\n\r\n// 获取材质\r\nexport async function queryArtMaterial(params) {\r\n let res = await http.get(`${resquest}/Art/QueryArtMaterial`, params)\r\n return res.data;\r\n}\r\n\r\n// 获取题材\r\nexport async function queryArtTheme(params) {\r\n let res = await http.get(`${resquest}/Art/QueryArtTheme`, params)\r\n return res.data;\r\n}\r\n\r\n// 获取技法\r\nexport async function queryArtSkill(params) {\r\n let res = await http.get(`${resquest}/Art/QueryArtSkill`, params)\r\n return res.data;\r\n}\r\n\r\n// 获取形制\r\nexport async function queryArtShape(params) {\r\n let res = await http.get(`${resquest}/Art/QueryArtShape`, params)\r\n return res.data;\r\n}\r\n\r\n// 艺术家入住\r\nexport function artistRegister(params) {\r\n let res = http.post(`${resquest}/Art/ArtistRegister`, params)\r\n return res;\r\n}\r\n\r\n// 艺术作品收藏\r\nexport function collectArtWork(params) {\r\n let res = http.post(`${resquest}/Art/CollectArtWork`, params)\r\n return res;\r\n}\r\n\r\n// 取消收藏\r\nexport function cancleCollectArtWord(params) {\r\n let res = http.post(`${resquest}/Art/CancleCollectArtWord`, params)\r\n return res;\r\n}\r\n\r\n// 获取我的收藏\r\nexport function queryMyCollectArt(params) {\r\n let res = http.post(`${resquest}/Art/QueryMyCollectArt`, params)\r\n return res;\r\n}\r\n\r\n// 根据学生ID获取艺术家详情\r\nexport function querySupplierByStudentId(params) {\r\n let res = http.get(`${resquest}/Art/QuerySupplierByStudentId` + params)\r\n return res;\r\n}\r\n\r\n// 根据ID获取作品详情\r\nexport function queryArtWorkDetail(params) {\r\n let res = http.get(`${resquest}/Art/QueryArtWorkDetail` + params)\r\n return res;\r\n}\r\n\r\n// 删除作品\r\nexport function artWorkDelete(params) {\r\n let res = http.post(`${resquest}/Art/ArtWorkDelete`+params)\r\n return res;\r\n}","export * from \"-!../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--10-oneOf-1-0!../../../../node_modules/css-loader/dist/cjs.js??ref--10-oneOf-1-1!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/src/index.js??ref--10-oneOf-1-2!../../../../node_modules/less-loader/dist/cjs.js??ref--10-oneOf-1-3!../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./authorDetails.vue?vue&type=style&index=0&id=0a35d6be&lang=less&scoped=true&\""],"sourceRoot":""}