Преглед изворни кода

更新接口地址、介绍页title

yangfeng пре 5 година
родитељ
комит
9ee0cc137a
2 измењених фајлова са 3 додато и 5 уклоњено
  1. 1 1
      src/router/modules/home.ts
  2. 2 4
      vue.config.js

+ 1 - 1
src/router/modules/home.ts

@@ -29,7 +29,7 @@ export default [
     name: 'introduce',
     component: () => import(/* webpackChunkName: "index" */ '@/views/main/IntroducePage.vue'),
     meta: {
-      title: '',
+      title: '数据报告',
       layoutConf: true
     }
   },

+ 2 - 4
vue.config.js

@@ -47,8 +47,7 @@ module.exports = {
     disableHostCheck: true,
     proxy: {
       '^/datareport/api': {
-        // target: 'http://192.168.20.241:92',
-        target: 'http://192.168.20.135:92',
+        target: 'http://web2-jytest.jianyu360.cn',
         changeOrigin: true,
         logLevel: 'debug',
         pathRewrite: {
@@ -56,8 +55,7 @@ module.exports = {
         }
       },
       '^/jypay': {
-        // target: 'http://192.168.20.241:86',
-        target: 'http://192.168.20.135:86',
+        target: 'http://web2-jytest.jianyu360.cn',
         changeOrigin: true,
         logLevel: 'debug',
         pathRewrite: {