diff --git a/dist.zip b/dist.zip deleted file mode 100644 index c322592..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/router/index.js b/src/router/index.js index d3327f2..a4eaf56 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -75,6 +75,11 @@ const routes = [ name: '审核美甲师', component: () => import('../views/employee/verify/index.vue'), }, + { + path: '/qiangdan', + name: '抢单', + component: () => import('../views/businessBag/qiangdan/qiangdan.vue'), + }, { path: '/modifyPassword', name: '修改密码', diff --git a/src/util/axios.js b/src/util/axios.js index 7e0bcb8..1cc3083 100644 --- a/src/util/axios.js +++ b/src/util/axios.js @@ -1,11 +1,10 @@ // 引入axios import axios from 'axios'; -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/util/time.js b/src/util/time.js index e40b8ed..697095c 100644 --- a/src/util/time.js +++ b/src/util/time.js @@ -17,3 +17,16 @@ export function DetailformattedDate(timestamp){ const formattedDate = `${year}-${month}-${day} ${hour}:${minute}:${second}`; return formattedDate } + +export function verifyPerson(){ + + let userInfoJson = window.sessionStorage.getItem("USER_LOGIN_STATE"); + // console.log(userInfoJson) + if(JSON.parse(userInfoJson).userRole==1) + { + return true; + }else{ + return false; + } + //console.log(ax.value) +} \ No newline at end of file diff --git a/src/views/business/dialog/index.vue b/src/views/business/dialog/index.vue index ed1805f..1ce84bb 100644 --- a/src/views/business/dialog/index.vue +++ b/src/views/business/dialog/index.vue @@ -22,15 +22,15 @@ {{form.address}} - - {{form.businessProfile}} - - - {{form.businessImages}} - - - {{form.categoryId}} - + + + + + + + + + {{form.shopkeeper}} diff --git a/src/views/business/verify/index.vue b/src/views/business/verify/index.vue index 1737f1e..0c1a9bd 100644 --- a/src/views/business/verify/index.vue +++ b/src/views/business/verify/index.vue @@ -29,27 +29,27 @@ - - - - - - + + + + + + + + + + + + diff --git a/src/views/businessBag/qiangdan/qiangdan.vue b/src/views/businessBag/qiangdan/qiangdan.vue new file mode 100644 index 0000000..2910a64 --- /dev/null +++ b/src/views/businessBag/qiangdan/qiangdan.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/src/views/businessProduct/index.vue b/src/views/businessProduct/index.vue index d84d549..08ab2cd 100644 --- a/src/views/businessProduct/index.vue +++ b/src/views/businessProduct/index.vue @@ -73,9 +73,7 @@ import axios from "@/util/axios"; import {useRouter} from "vue-router" -// const isCollapse=ref(true); -// const RCollapse=ref([]);//审核成功 -// const LCollapse=ref([]);//审核未成功 + const router=useRouter(); diff --git a/src/views/employee/index.vue b/src/views/employee/index.vue index 3228954..d6ac8a0 100644 --- a/src/views/employee/index.vue +++ b/src/views/employee/index.vue @@ -32,7 +32,7 @@ 搜索 添加用户 - + @@ -40,6 +40,15 @@ + + + + + + - -