diff --git a/src/api/myAxios.ts b/src/api/myAxios.ts index 0a72ae1..5cb4688 100644 --- a/src/api/myAxios.ts +++ b/src/api/myAxios.ts @@ -4,8 +4,8 @@ import router from '../router' const myAxios = axios.create({ withCredentials:true, - baseURL: 'http://localhost:9092/api' - // baseURL: 'http://123.249.108.160:8888/api' //测试服务器 + // baseURL: 'http://localhost:9092/api' + baseURL: 'http://123.249.108.160:8888/api' //测试服务器 // baseURL: 'http://154.8.193.216:9092/api', //隋雨霏服务器 // baseURL: 'http://154.8.193.216:9093/api' //隋雨霏服务器测试环境 }); diff --git a/src/layout/components/Aside.vue b/src/layout/components/Aside.vue index 06f2856..1475fa9 100644 --- a/src/layout/components/Aside.vue +++ b/src/layout/components/Aside.vue @@ -7,8 +7,8 @@ :collapse-transition="false" text-color="#fff" router + :default-active="currentRoute" active-text-color="#ffd04b" - :default-openeds="['0']" unique-opened >
{ showLog.value = value if(showLog.value){ @@ -121,8 +122,13 @@ emitter.on('Aside', (value) => { //动态路由导航 const router = useRouter() +const currentRoute = router.currentRoute.value.fullPath //当前路由信息 // console.log('router--->',router.options.routes); +onMounted(()=>{ + // console.log('uid--->',router.currentRoute.value.fullPath) +}) + // 创建图标映射表 const iconComponents = { House, diff --git a/src/layout/components/richTextUtil.vue b/src/layout/components/richTextUtil.vue index 13ceb46..e454586 100644 --- a/src/layout/components/richTextUtil.vue +++ b/src/layout/components/richTextUtil.vue @@ -11,6 +11,7 @@ import '@wangeditor/editor/dist/css/style.css' // 引入 css import { onBeforeUnmount, ref, shallowRef, onMounted, defineEmits, toRefs } from 'vue' import { Editor, Toolbar } from '@wangeditor/editor-for-vue' +import axios from "axios"; // 编辑器实例,必须用 shallowRef const editorRef = shallowRef() // 内容 HTML @@ -30,12 +31,13 @@ onMounted(() => { const toolbarConfig = {} const editorConfig = { + MENU_CONF: {} +} +editorConfig.MENU_CONF['uploadImage'] = { placeholder: '请输入内容...', - MENU_CONF: { - uploadImage: { - server: 'http://localhost:9092/api/file/upload/single', // 图片上传接口 - fieldName: 'file', // 上传字段名,根据自己的接口参数配置 - } + async customUploadImage(file, insertFn) { + const { data: res } = await axios.post('',{},{}) + console.log('res--->',res) } } // 组件销毁时,也及时销毁编辑器 diff --git a/src/views/Commodity/MerchandiseCenter.vue b/src/views/Commodity/MerchandiseCenter.vue index e785812..a0f9e49 100644 --- a/src/views/Commodity/MerchandiseCenter.vue +++ b/src/views/Commodity/MerchandiseCenter.vue @@ -2,21 +2,21 @@
- - + 搜索 - + - - 重置 + 重置
([]) //图片数组 +const productType = ref('') //商品类别 onMounted(() => { //页面加载时获取商品列表和分类页表 getProductList() getTypeList() diff --git a/src/views/CostumeAppointments/AddCostumes.vue b/src/views/CostumeAppointments/AddCostumes.vue index df9cf33..3ee5bb1 100644 --- a/src/views/CostumeAppointments/AddCostumes.vue +++ b/src/views/CostumeAppointments/AddCostumes.vue @@ -104,7 +104,7 @@ const form = ref({ detailImg: '', //图文详情url minNumber: 0, //最小人数 maxNumber: 0, //最大人数 - effectImg: [""], //写真效果图 暂时不用 + effectImg: ["21312312312"], //写真效果图 暂时不用 bookingDateAddRequestList: [] //预约时间点,是否可预约,人数范围 }) //导入组件刷新 @@ -138,7 +138,7 @@ const onSubmit = async () => { const values : any = Object.values(form.value); // 使用some()方法来检查是否有任何值为空 console.log(form.value.bookingDateAddRequestList) - if (values.some((value:any) => value === null || value === undefined || value === '' || value === 0) || form.value.bookingDateAddRequestList.length == 0) { + if (values.some((value:any) => value === null || value === undefined || value === '') || form.value.bookingDateAddRequestList.length == 0) { ElMessage({ type: 'warning', message: '请检查表单数据是否完整填写' diff --git a/src/views/CostumeAppointments/ClothingGrade.vue b/src/views/CostumeAppointments/ClothingGrade.vue index 04702f3..a7fa6b9 100644 --- a/src/views/CostumeAppointments/ClothingGrade.vue +++ b/src/views/CostumeAppointments/ClothingGrade.vue @@ -6,7 +6,7 @@ - + ',row) } diff --git a/src/views/CostumeAppointments/ManagementCenter.vue b/src/views/CostumeAppointments/ManagementCenter.vue index 45fc26f..dff2014 100644 --- a/src/views/CostumeAppointments/ManagementCenter.vue +++ b/src/views/CostumeAppointments/ManagementCenter.vue @@ -2,11 +2,11 @@
-
- + @@ -20,7 +20,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -41,10 +41,10 @@
- @@ -58,19 +58,19 @@ :header-cell-style="{ 'text-align': 'center' }" default-expand-all> - + - + - + - +