This commit is contained in:
2024-10-29 16:42:06 +08:00
12 changed files with 2172 additions and 343 deletions

View File

@@ -6,8 +6,32 @@ const baseUrl = 'https://api.nuttyreading.com'
// 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>