diff --git a/src/router/index.js b/src/router/index.js index 2555e85..4d2d955 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -20,24 +20,37 @@ const routes = [ { path: '/home', name: '首页', - component: () => import('../views/home/index') - }, - { - path: '/welcome', - name: 'welcome', - component: () => import('../views/welcome/index') + component: () => import('../views/home/index'), + children:[ + { + path: '/welcome', + name: 'welcome', + component: () => import('../views/welcome/index') + }, + ] }, + { path: '/busines', name: '商家', - component: () => import('../views/bigType/index'), + component: () => import('../views/business/index'), }, + { + path: '/businesVerify', + name: '审核商家', + component: () => import('../views/business/verify/index.vue'), + }, { path: '/product', name: '商品管理', component: () => import('../views/product/index') }, + { + path: '/productCategory', + name: '商品分类', + component: () => import('../views/category/index') + }, { path: '/user', name: '用户', @@ -48,6 +61,11 @@ const routes = [ name: '美甲师', component: () => import('../views/employee/index') }, + { + path: '/employeeVerify', + name: '审核美甲师', + component: () => import('../views/employee/verify/index.vue'), + }, { path: '/modifyPassword', name: '修改密码', @@ -58,6 +76,11 @@ const routes = [ name: '订单', component: () => import('../views/order/index') }, + { + path: '/orderReservation', + name: '上门预约', + component: () => import('../views/order/reservation/index.vue') + }, { path: '/personal', name: '个人中心', @@ -68,6 +91,11 @@ const routes = [ name: '商家', component: () => import('../views/business/index') }, + { + path: '/rating', + name: '评价列表', + component: () => import('../views/rating/index') + }, { path: '/profile', name: '详情', diff --git a/src/util/axios.js b/src/util/axios.js index 9597e43..7e0bcb8 100644 --- a/src/util/axios.js +++ b/src/util/axios.js @@ -4,8 +4,8 @@ import {request} from "axios"; -//let baseUrl='http://localhost:8081/api/'; - let baseUrl='http://154.8.193.216:1107/api/'; +let baseUrl='http://localhost:8081/api/'; + //let baseUrl='http://154.8.193.216:1107/api/'; // 创建axios实例 const httpService = axios.create({ // url前缀-'http:xxx.xxx' diff --git a/src/views/business/index.vue b/src/views/business/index.vue index 89dbdfc..98cc82f 100644 --- a/src/views/business/index.vue +++ b/src/views/business/index.vue @@ -7,10 +7,10 @@ 搜索 添加商家 - - 审核 - 未审核 - + + + + @@ -97,17 +97,15 @@ import {Search,DocumentAdd,Edit} from '@element-plus/icons-vue' import {ref, watch} from 'vue' import axios from "@/util/axios"; -import { ElNotification } from 'element-plus' import Dialog from '@/views/business/dialog/index.vue' import AddDialog from '@/views/business/addDialog/index.vue' import UpdateDialog from '@/views/business/updateDialog/index.vue' -import axiosUtil from "@/util/axios"; -import {ElMessage} from "element-plus"; -import {useRouter} from "vue-router" -import {request} from "axios"; -const isCollapse=ref(); +import {useRouter} from "vue-router" + + +const isCollapse=ref(true); const RCollapse=ref([]); const LCollapse=ref([]); const router=useRouter(); diff --git a/src/views/business/verify/index.vue b/src/views/business/verify/index.vue new file mode 100644 index 0000000..eee27b8 --- /dev/null +++ b/src/views/business/verify/index.vue @@ -0,0 +1,227 @@ + + + \ No newline at end of file diff --git a/src/views/category/addDialog/index.vue b/src/views/category/addDialog/index.vue new file mode 100644 index 0000000..cf62030 --- /dev/null +++ b/src/views/category/addDialog/index.vue @@ -0,0 +1,110 @@ + + + \ No newline at end of file diff --git a/src/views/category/dialog/index.vue b/src/views/category/dialog/index.vue new file mode 100644 index 0000000..17e2ff5 --- /dev/null +++ b/src/views/category/dialog/index.vue @@ -0,0 +1,148 @@ + + + \ No newline at end of file diff --git a/src/views/category/index.vue b/src/views/category/index.vue new file mode 100644 index 0000000..641e022 --- /dev/null +++ b/src/views/category/index.vue @@ -0,0 +1,170 @@ + + + \ No newline at end of file diff --git a/src/views/category/updateDialog/index.vue b/src/views/category/updateDialog/index.vue new file mode 100644 index 0000000..14fca0b --- /dev/null +++ b/src/views/category/updateDialog/index.vue @@ -0,0 +1,171 @@ + + + + diff --git a/src/views/employee/dialog/index.vue b/src/views/employee/dialog/index.vue index 1936ae6..3dbfe4f 100644 --- a/src/views/employee/dialog/index.vue +++ b/src/views/employee/dialog/index.vue @@ -8,7 +8,6 @@ @@ -41,7 +40,12 @@ {{form.salary}} - + \ No newline at end of file diff --git a/src/views/employee/verify/index.vue b/src/views/employee/verify/index.vue new file mode 100644 index 0000000..11ccc1a --- /dev/null +++ b/src/views/employee/verify/index.vue @@ -0,0 +1,174 @@ + + + \ No newline at end of file diff --git a/src/views/layout/header/breadcrumb.vue b/src/views/layout/header/breadcrumb.vue index b9f236d..c1cf997 100644 --- a/src/views/layout/header/breadcrumb.vue +++ b/src/views/layout/header/breadcrumb.vue @@ -1,13 +1,14 @@ \ No newline at end of file diff --git a/src/views/rating/addDialog/index.vue b/src/views/rating/addDialog/index.vue new file mode 100644 index 0000000..cf62030 --- /dev/null +++ b/src/views/rating/addDialog/index.vue @@ -0,0 +1,110 @@ + + + \ No newline at end of file diff --git a/src/views/rating/dialog/index.vue b/src/views/rating/dialog/index.vue new file mode 100644 index 0000000..17e2ff5 --- /dev/null +++ b/src/views/rating/dialog/index.vue @@ -0,0 +1,148 @@ + + + \ No newline at end of file diff --git a/src/views/rating/index.vue b/src/views/rating/index.vue new file mode 100644 index 0000000..641e022 --- /dev/null +++ b/src/views/rating/index.vue @@ -0,0 +1,170 @@ + + + \ No newline at end of file diff --git a/src/views/rating/updateDialog/index.vue b/src/views/rating/updateDialog/index.vue new file mode 100644 index 0000000..14fca0b --- /dev/null +++ b/src/views/rating/updateDialog/index.vue @@ -0,0 +1,171 @@ + + + + diff --git a/src/views/test/index.vue b/src/views/test/index.vue index 8bdb912..ecdcb1b 100644 --- a/src/views/test/index.vue +++ b/src/views/test/index.vue @@ -1,278 +1,78 @@ + - \ No newline at end of file