浏览代码

bug修改

xiaoming_global 6 年前
父节点
当前提交
19b4c855d4
共有 2 个文件被更改,包括 0 次插入101 次删除
  1. 0 6
      config/dev.env.js
  2. 0 95
      src/router/index.js

+ 0 - 6
config/dev.env.js 查看文件

@@ -6,11 +6,5 @@
6 6
 module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9
-<<<<<<< .mine
10
-  BASE_API: '"http://localhost:9529"',//'"http://112.74.16.180:9527"', //http://api.xt.test.sgjyun.com
11
-=======
12 9
   BASE_API: '"http://localhost:9529"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com http://112.74.16.180:9527
13
->>>>>>> .theirs
14
-  // PATIENT_SIT: '"http://test1.sgjyun.com"',
15
-  // MIRCOMALL_SIT: '"http://mall.test.sgjyun.com"'
16 10
 }

+ 0 - 95
src/router/index.js 查看文件

@@ -125,17 +125,6 @@ export const xt_constantRouterMap = [
125 125
   // ////////////////////////////
126 126
   // 本地开始
127 127
   // /////////////////////////////
128
-  {
129
-    path: '/sign',
130
-    component: Layout,
131
-    redirect: '/sign/index',
132
-    name: 'sign',
133
-    alwaysShow: true,
134
-    meta: { title: 'signWeight', icon: 'table' },
135
-    children: [
136
-      { path: '/sign/index', component: () => import('@/xt_pages/sign/index'), name: 'signWeight', meta: { title: 'signWeight' }}
137
-    ]
138
-  },
139 128
   {
140 129
     path: '/qcd',
141 130
     component: Layout,
@@ -163,7 +152,6 @@ export const xt_constantRouterMap = [
163 152
     ]
164 153
   },
165 154
   {
166
-<<<<<<< .mine
167 155
     path: 'statistics',
168 156
     component: Layout,
169 157
     redirect: '/statistics/index',
@@ -185,17 +173,6 @@ export const xt_constantRouterMap = [
185 173
       meta: {title:'signWeight',icon:'table',noCache:true}
186 174
     }]
187 175
   },
188
-  // {
189
-  //   path: '/sign',
190
-  //   component: Layout,
191
-  //   redirect: '/sign/index',
192
-  //   name: 'sign',
193
-  //   alwaysShow: true,
194
-  //   meta: { title: 'signWeight', icon: 'table' },
195
-  //   children: [
196
-  //     { path: '/sign/index', component: () => import('@/xt_pages/sign/index'), name: 'signWeight', meta: { title: 'signWeight' }}
197
-  //   ]
198
-  // },
199 176
   {
200 177
     path: '/qcd',
201 178
     component: Layout,
@@ -234,78 +211,6 @@ export const xt_constantRouterMap = [
234 211
     ]
235 212
   },
236 213
   {
237
-=======
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
-
265
-
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
-
306
-
307
-
308
->>>>>>> .theirs
309 214
     path: '/patients',
310 215
     component: Layout,
311 216
     redirect: 'noredirect',