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