Explorar el Código

会员账户适配PC、手机

kevin_zhangl hace 3 años
padre
commit
ddbc6d3028
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/lang/zh.js
  2. 1 1
      vue.config.js

+ 1 - 1
src/lang/zh.js

@@ -233,7 +233,7 @@ export default {
     select: '查询',
     reset: '清空',
     startDate: '开始时间',
-    endDate: '结束时间',
+    endDate: '结束时间',
   },
   shop: {
     productCode: '商品编号',

+ 1 - 1
vue.config.js

@@ -38,7 +38,7 @@ module.exports = {
     },
     proxy: {
       [process.env.VUE_APP_BASE_API]:{
-        target:"http://172.30.40.148:9968",
+        target:"http://local.ng.frontend.api.com",
         changeOrigin:true,
         pathRewrite:{
           ["^" + process.env.VUE_APP_BASE_API] : ""