This commit is contained in:
icssoa 2021-03-07 22:16:26 +08:00
parent 9a4bd66cb2
commit ea6a475bc7
2 changed files with 9 additions and 16 deletions

View File

@ -51,6 +51,15 @@ export default {
order: "descending"
}
},
"context-menu": [
{
label: "清空",
callback: (_, done) => {
this.clear();
done();
}
}
],
columns: [
{
type: "index",

View File

@ -40,22 +40,6 @@ module.exports = {
}
},
"/ap": {
target: "https://admin.cn.utools.club",
changeOrigin: true,
pathRewrite: {
"^/ap": ""
}
},
"/fz": {
target: "http://xfz520231.utools.club",
changeOrigin: true,
pathRewrite: {
"^/fz": ""
}
},
"/oss-upload": {
target: "https://cool-admin-pro.oss-cn-shanghai.aliyuncs.com",
changeOrigin: true,