Monterey il y a 3 ans
Parent
commit
8541860ed0
2 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. 1 1
      src/views/personal/personal.vue
  2. 2 3
      vue.config.js

+ 1 - 1
src/views/personal/personal.vue

@@ -140,7 +140,7 @@ export default {
                     path: "integralDescription",
                 },
                 { icon: "组 11487", text: this.$t('personal.scoreRecord'), path: "integralRecord" },
-                { icon: "积分兑换", text: this.$t('personal.transferPoints'), path: "transferPoints" },
+                /**{ icon: "积分兑换", text: this.$t('personal.transferPoints'), path: "transferPoints" },*/
             ],
             //我的分销
             distributionList: [

+ 2 - 3
vue.config.js

@@ -4,7 +4,7 @@ const path = require('path')
 function resolve(dir) {
   return path.join(__dirname, dir)
 }
-const name = process.env.VUE_APP_TITLE || '一日游' // 网页标题
+const name = process.env.VUE_APP_TITLE || '日帰り旅行' // 网页标题
 
 
 const port = process.env.port || process.env.npm_config_port || 8080 // 端口
@@ -33,9 +33,8 @@ module.exports = {
     open: false,
     proxy: {
       [process.env.VUE_APP_BASE_API]: {
-        // target: `http://192.168.1.22:8066/oneDayApi`,
         target: `http://www.jcic8.com/oneDayApi`,
-        // target: `http://192.168.11.174:8066/oneDayApi`,//临时本地
+        //target: `http://127.0.0.1:8066/oneDayApi`,//临时本地
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''