@@ -25,6 +25,8 @@
"@nuxtjs/proxy": "^2.1.0",
"babel-plugin-import": "^1.13.0",
"less": "^3.10.3",
- "less-loader": "^5.0.0"
+ "less-loader": "^5.0.0",
+ "node-sass": "^5.0.0",
+ "sass-loader": "^11.0.1"
}
@@ -78,7 +78,7 @@ import { mapGetters } from "vuex";
export default {
head() {
return {
- title: "积分订单",
+ title: "电子卡明细",
};
},
data() {
@@ -93,7 +93,7 @@ export default {
initSwiperImg() {
this.$axios
- .$get("/getStationPicList", {
+ .$get("/getIntegralShopPicInfoList", {
params: {
stationId: this.stationId,