@@ -233,7 +233,7 @@ export default {
select: '查询',
reset: '清空',
startDate: '开始时间',
- endDate: '结束是时间',
+ endDate: '结束时间',
},
shop: {
productCode: '商品编号',
@@ -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] : ""