Merge branch 'main' of http://154.8.193.216:3030/admin1/jiangchengfeiyi-Web
This commit is contained in:
commit
6b56f8241d
|
@ -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' //测试服务器
|
||||
});
|
||||
// 添加请求拦截器
|
||||
axios.interceptors.request.use(function (config) {
|
||||
|
|
|
@ -217,40 +217,40 @@ export const constantRoute = [
|
|||
children: [
|
||||
{
|
||||
path: '/AddCostumes',
|
||||
name: '添加服装',
|
||||
name: '添加写真产品',
|
||||
component: ()=> import("@/views/CostumeAppointments/AddCostumes.vue"),
|
||||
meta: {
|
||||
title: '添加服装' ,
|
||||
title: '添加写真产品' ,
|
||||
icon: 'Edit',
|
||||
hidden: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/ClothingGrade',
|
||||
name: '服装等级管理',
|
||||
name: '写真产品类别',
|
||||
component: ()=> import("@/views/CostumeAppointments/ClothingGrade.vue"),
|
||||
meta: {
|
||||
title: '服装等级管理' ,
|
||||
title: '写真产品类别' ,
|
||||
icon: 'Files',
|
||||
hidden: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/ManagementCenter',
|
||||
name: '服装详情管理',
|
||||
name: '写真产品详情',
|
||||
component: ()=> import("@/views/CostumeAppointments/ManagementCenter.vue"),
|
||||
meta: {
|
||||
title: '服装详情管理' ,
|
||||
title: '写真产品详情' ,
|
||||
icon: 'Tickets',
|
||||
hidden: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/AppointmentOrder',
|
||||
name: '写真预约订单管理',
|
||||
name: '写真预约订单',
|
||||
component: ()=> import("@/views/CostumeAppointments/AppointmentOrder.vue"),
|
||||
meta: {
|
||||
title: '写真预约订单管理' ,
|
||||
title: '写真预约订单' ,
|
||||
icon: 'MessageBox',
|
||||
hidden: false
|
||||
}
|
||||
|
|
|
@ -267,7 +267,7 @@ const deleteOrder = async (row : any) => { //微信退款
|
|||
getOrderList()
|
||||
loading.value = false
|
||||
}
|
||||
},10000)
|
||||
},3)
|
||||
}
|
||||
const reset = () => { //重置搜索框
|
||||
orderNumber.value = '';
|
||||
|
|
|
@ -273,7 +273,7 @@ const refundOrder = async (row : any) => { //微信退款
|
|||
getOrderList()
|
||||
loading.value = false
|
||||
}
|
||||
},10000)
|
||||
},2000)
|
||||
}
|
||||
const reset = () => { //重置搜索框
|
||||
goodId.value = ''
|
||||
|
|
Loading…
Reference in New Issue
Block a user