Commit ffc67a7c by caoyanzhi

update: 权限管理

parent 0ae9de6a
......@@ -12,13 +12,6 @@ if (process.env.NODE_ENV == 'development') { // eslint-disable-line
} else {
Vue.config.devtools = false;
}
Vue.prototype.$getButtonLimit = () => true;
Vue.prototype.$buttonCode = {
marketingExportMarketing: 'marketingExportMarketing',
marketingExportSms: 'marketingExportSms',
marketingExportRecord: 'marketingExportRecord',
marketingExportCall: 'marketingExportCall'
};
Vue.prototype.axios = axios;
Vue.prototype.axios.withCredentials = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment