瀏覽代碼

环境修改

qinzhipeng_v 5 年之前
父節點
當前提交
b27c1bede1
共有 4 個文件被更改,包括 8 次插入10 次删除
  1. 4 4
      src/apiConfig/api.js
  2. 2 2
      src/apiConfig/mock.js
  3. 2 2
      src/apiConfig/virtualDevices.js
  4. 0 2
      src/router/index.js

+ 4 - 4
src/apiConfig/api.js

@@ -1,10 +1,10 @@
 /*eslint-disable*/   //规避eslint的检查,如没有eslint可不写
-export const mockUrl = 'http://10.179.24.176:8980' // 线下
-// export const mockUrl = 'http://10.179.24.123:8980' // 线上
+// export const mockUrl = 'http://10.179.24.176:8980' // 线下
+export const mockUrl = 'http://10.179.24.123:8980' // 线上
 
 // export const mockUrl = 'http://172.23.162.226:8980' // 舒宁本地
 
 export const qualityUrl = 'http://10.179.209.19:8898' // 质量度量
 
-export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车 线下
-// export const HMvehicleUrl = 'http://10.179.91.236:9999' // 电单车 线上
+// export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车 线下
+export const HMvehicleUrl = 'http://10.179.91.236:9999' // 电单车 线上

+ 2 - 2
src/apiConfig/mock.js

@@ -1,4 +1,4 @@
 /*eslint-disable*/   //规避eslint的检查,如没有eslint可不写
-export const mockUrl = 'http://10.179.88.110:8089' // stable
-// export const mockUrl = 'http://mock.Intra.xiaojukeji.com' // 线上
+// export const mockUrl = 'http://10.179.88.110:8089' // stable
+export const mockUrl = 'http://mock.Intra.xiaojukeji.com' // 线上
 // export const mockUrl = 'http://10.179.101.226:8089' // test

+ 2 - 2
src/apiConfig/virtualDevices.js

@@ -1,3 +1,3 @@
 /*eslint-disable*/ //规避eslint的检查,如没有eslint可不写
-// export const mockUrl = 'http://10.179.91.236:9999/virtual-devices' // 线上
-export const mockUrl = 'http://10.96.113.197:9999/virtual-devices' // 线下
+export const mockUrl = 'http://10.179.91.236:9999/virtual-devices' // 线上
+// export const mockUrl = 'http://10.96.113.197:9999/virtual-devices' // 线下

+ 0 - 2
src/router/index.js

@@ -144,7 +144,6 @@ export const constantRoutes = [
       {
         path: '/Platform/useCasePage',
         name: '用例管理',
-        // hidden: true,
         component: () => import('@/views/Platform/useCasePage'),
         meta: { title: '用例管理', keepAlive: true },
         children: [
@@ -180,7 +179,6 @@ export const constantRoutes = [
           {
             path: 'testPageData',
             name: '测试计划管理',
-            // hidden: true,
             component: () => import('@/views/Platform/presentation/testPage.vue'),
             meta: { title: '测试计划管理' }
           },