公司小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
398 B

let Questions = [
{
title : "人工客服",
///跳转到指定页面的url
url : ""
},
{
title : "怎么修改密码?",
///跳转到指定页面的url
url : ""
},
{
title : "怎样查看和下载合同?",
///跳转到指定页面的url
url : ""
},
{
title : "怎样加入合伙人?",
///跳转到指定页面的url
url : ""
},
]
export default {
Questions,
}