Commit 0c67f3a9 authored by chenkai@duiba.com.cn's avatar chenkai@duiba.com.cn

123

parent 283b4331
......@@ -24,7 +24,7 @@ export const CHANNELS = {
// 获取渠道名称
export function getChannelName(code) {
return CHANNELS[code] || '未知渠道';
return CHANNELS[code] || '线上报名';
}
export const usePageCfgStore = defineStore("pageCfg", {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment