mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-15 07:27:54 +00:00
优化
This commit is contained in:
parent
9a4bd66cb2
commit
ea6a475bc7
@ -51,6 +51,15 @@ export default {
|
|||||||
order: "descending"
|
order: "descending"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"context-menu": [
|
||||||
|
{
|
||||||
|
label: "清空",
|
||||||
|
callback: (_, done) => {
|
||||||
|
this.clear();
|
||||||
|
done();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
type: "index",
|
type: "index",
|
||||||
|
|||||||
@ -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": {
|
"/oss-upload": {
|
||||||
target: "https://cool-admin-pro.oss-cn-shanghai.aliyuncs.com",
|
target: "https://cool-admin-pro.oss-cn-shanghai.aliyuncs.com",
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user