Parcourir la source

更新接口地址、介绍页title

yangfeng il y a 5 ans
Parent
commit
9ee0cc137a
2 fichiers modifiés avec 3 ajouts et 5 suppressions
  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',
     name: 'introduce',
     component: () => import(/* webpackChunkName: "index" */ '@/views/main/IntroducePage.vue'),
     component: () => import(/* webpackChunkName: "index" */ '@/views/main/IntroducePage.vue'),
     meta: {
     meta: {
-      title: '',
+      title: '数据报告',
       layoutConf: true
       layoutConf: true
     }
     }
   },
   },

+ 2 - 4
vue.config.js

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