Commit 0ea408de by songwenlu

gx

parent 18c11a24
...@@ -1132,13 +1132,11 @@ const routes = [ ...@@ -1132,13 +1132,11 @@ const routes = [
meta: { meta: {
title: "预约维修", title: "预约维修",
}, },
<<<<<<< HEAD
}, },
{ {
path: "check", path: "check",
name: "Check1", name: "Check1",
component: () => import("@/views/rqfy/check.vue"), component: () => import("@/views/rqfy/check.vue"),
=======
}, },
// 镇江政策措施 // 镇江政策措施
{ {
...@@ -1156,7 +1154,6 @@ const routes = [ ...@@ -1156,7 +1154,6 @@ const routes = [
name: "identity", name: "identity",
component: () => component: () =>
import ("@/views/identity/index"), import ("@/views/identity/index"),
>>>>>>> 58cfdeb4637fa6b487e27135cc591438f516bfe0
meta: { meta: {
title: "预约安检", title: "预约安检",
}, },
......
...@@ -103,6 +103,7 @@ request1.interceptors.request.use( ...@@ -103,6 +103,7 @@ request1.interceptors.request.use(
(config) => { (config) => {
config.headers = config.headers || { config.headers = config.headers || {
"Content-Type": "application/json", "Content-Type": "application/json",
token:'Bearer '+'00JcqsZfWIT3nfMR9fL2pfgsbraInluMinxgSWxmnm916AG92mTkUzs5ML6dQIl4'
}; };
// if (config.method === 'post') { // if (config.method === 'post') {
// config.data = { ...config.data } // 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