优惠券刚写

This commit is contained in:
@fawn-nine
2024-09-27 10:00:27 +08:00
parent fef43c2b40
commit ad50d3e54f
3 changed files with 200 additions and 81 deletions

View File

@@ -6,8 +6,32 @@ const baseUrl = "http://192.168.110.100:9200/pb"; //张川川后端
// function commonFun() {
// console.log("公共方法")
// }
const rangList =[
{
value: 0,
label: "无限制"
},
{
value: 1,
label: "课程券"
},
{
value: 2,
label: "课程品类券"
}
];
const TypeList =[
{
value: "0",
label: "现金"
},
{
value: "1",
label: "折扣"
}
]
export default {
baseUrl
baseUrl,rangList,TypeList
//commonFun
};
</script>