2020-07-12 09:43:07 +08:00

42 lines
1.5 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:
"作为一个程序员我迄今为止最骄傲的事情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:
"近日发现一个名为OKMG芒果源码的网站公然出售vue-admin-beautiful的开源代码在此向大家说明框架开源版本永久免费请勿上当受骗。",
url:
"//shang.qq.com/wpa/qunwpa?idkey=14f123ac6d4ef3122bbb60d4693f1d8c951a50be2296951efb12d5ab1642f36b",
},
{
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,
};
},
},
];