diff --git a/dist.zip b/dist.zip deleted file mode 100644 index b3ee4b0..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/index.html b/index.html index a888544..5b2f707 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite App + 非遗小程序管理端
diff --git a/src/api/myAxios.ts b/src/api/myAxios.ts index 3e39629..70aa745 100644 --- a/src/api/myAxios.ts +++ b/src/api/myAxios.ts @@ -5,6 +5,7 @@ import router from '../router' const myAxios = axios.create({ withCredentials:true, baseURL: 'http://localhost:9092/api'//测试服务器 + // baseURL: 'http://123.249.108.160:8888/api' }); // 添加请求拦截器 axios.interceptors.request.use(function (config) { diff --git a/src/assets/admin.jpg b/src/assets/admin.jpg deleted file mode 100644 index 5407714..0000000 Binary files a/src/assets/admin.jpg and /dev/null differ diff --git a/src/layout/components/Aside.vue b/src/layout/components/Aside.vue index 0d3daad..da2ab76 100644 --- a/src/layout/components/Aside.vue +++ b/src/layout/components/Aside.vue @@ -11,7 +11,7 @@ active-text-color="#ffd04b">
- + 泠泷水月阁管理系统
diff --git a/src/router/routes.ts b/src/router/routes.ts index 713135f..6066d67 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -89,6 +89,11 @@ export const routes = [ path: '/AddCostumes', name: '添加服装', component: ()=> import("../views/CostumeAppointments/AddCostumes.vue") + }, + { + path: '/ProdcutManager', + name: '商品详情', + component: ()=> import("../views/ServiceType/ProductManager.vue") } ] }, diff --git a/src/views/Commodity/MerchandiseCenter.vue b/src/views/Commodity/MerchandiseCenter.vue index c3a56cf..8ed2a3b 100644 --- a/src/views/Commodity/MerchandiseCenter.vue +++ b/src/views/Commodity/MerchandiseCenter.vue @@ -49,8 +49,6 @@ - -