Commit 0ea408de by songwenlu

gx

parent 18c11a24
......@@ -1132,13 +1132,11 @@ const routes = [
meta: {
title: "预约维修",
},
<<<<<<< HEAD
},
{
path: "check",
name: "Check1",
component: () => import("@/views/rqfy/check.vue"),
=======
},
// 镇江政策措施
{
......@@ -1156,7 +1154,6 @@ const routes = [
name: "identity",
component: () =>
import ("@/views/identity/index"),
>>>>>>> 58cfdeb4637fa6b487e27135cc591438f516bfe0
meta: {
title: "预约安检",
},
......
......@@ -103,6 +103,7 @@ request1.interceptors.request.use(
(config) => {
config.headers = config.headers || {
"Content-Type": "application/json",
token:'Bearer '+'00JcqsZfWIT3nfMR9fL2pfgsbraInluMinxgSWxmnm916AG92mTkUzs5ML6dQIl4'
};
// if (config.method === 'post') {
// config.data = { ...config.data }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment