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