fly 1 周之前
父節點
當前提交
018fcc1d5f
共有 3 個文件被更改,包括 10 次插入10 次删除
  1. 1 1
      .env.production
  2. 8 8
      src/components/TabBar.vue
  3. 1 1
      vue.config.js

+ 1 - 1
.env.production

@@ -2,4 +2,4 @@
 ENV = 'production'
 
 # 生产环境
-VUE_APP_BASE_API = 'https://www.gametty.cc/api'
+VUE_APP_BASE_API = 'https://jianshekeji.com/api'

+ 8 - 8
src/components/TabBar.vue

@@ -36,14 +36,14 @@ export default {
           icon: '6.png',
           iconActive: '5.png'
         },
-        {
-          // path: '/dynamic', //邀请百姓
-          // path: '/China', // 红旗医疗
-          path: '/Medical', // 红旗原始股
-          title: '建科基金',
-          icon: 'gang0.png',
-          iconActive: 'gang1.png'
-        },
+        // {
+        //   // path: '/dynamic', //邀请百姓
+        //   // path: '/China', // 红旗医疗
+        //   path: '/Medical', // 红旗原始股
+        //   title: '建科基金',
+        //   icon: 'gang0.png',
+        //   iconActive: 'gang1.png'
+        // },
         {
           path: '/profile',
           title: '我的',

+ 1 - 1
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
     https: false,
     proxy: {
       "/api": {
-        target: "https://www.gametty.cc/api",
+        target: "https://jianshekeji.com/api",
         changeOrigin: true,
         pathRewrite: {
           "^/api": "",