This commit is contained in:
yuanteng 2025-03-04 08:00:03 +08:00
commit 6b56f8241d
4 changed files with 12 additions and 12 deletions

View File

@ -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) {

View File

@ -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
} }

View File

@ -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 = '';

View File

@ -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 = ''