2020-08-17 15:54:12 +08:00

30 lines
942 B
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: "vue-admin-beautiful前端讨论群-1972435319",
url:
"//shang.qq.com/wpa/qunwpa?idkey=14f123ac6d4ef3122bbb60d4693f1d8c951a50be2296951efb12d5ab1642f36b",
},
];
module.exports = [
{
url: "/ad/getList",
type: "get",
response() {
return {
code: 200,
msg: "success",
data,
};
},
},
];