2020-08-07 17:08:55 +08:00

40 lines
1.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const data = [
{
title: "vue-admin-beautiful-pro beta版本已发布点我提前体验",
url: "http://beautiful.panm.cn/vue-admin-beautiful-pro",
},
{
title:
"作为一个程序员我迄今为止最骄傲的事情2020年7月10日vue/cli4作者蒋豪群采纳了我的对sass-loader 9.0全局注入变量的文档修改建议以后全世界都能看到我的名字了这远比vue-admin-beautiful更让我有成就感感谢shaonialife的帮助。",
url: "https://github.com/vuejs/vue-cli/blob/master/docs/zh/guide/css.md",
},
{
title: "uView UI全面的组件和便捷的工具会让您信手拈来如鱼得水。",
url: "https://uviewui.com/",
},
{
title:
"认认真真编程踏踏实实做人静坐常思己过闲谈不论人非希望使用vue-admin-beautiful框架的每个人无论过程怎样结局都是美好的。",
url:
"//shang.qq.com/wpa/qunwpa?idkey=14f123ac6d4ef3122bbb60d4693f1d8c951a50be2296951efb12d5ab1642f36b",
},
{
title: "vue-admin-beautiful前端讨论群-1972435319",
url:
"//shang.qq.com/wpa/qunwpa?idkey=14f123ac6d4ef3122bbb60d4693f1d8c951a50be2296951efb12d5ab1642f36b",
},
];
export default [
{
url: "/ad/getList",
type: "get",
response() {
return {
code: 200,
msg: "success",
data,
};
},
},
];