This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 background-color : transparent !important ;
5151 border-color : #15c294 !important ;
5252 }
53- // &:focus {
54- // color: none !important;
55- // background-color: transparent !important;
56- // border-color: #15c294 !important;
57- // }
5853}
5954.button-delete :hover {
6055 background : #fff !important ;
Original file line number Diff line number Diff line change @@ -816,10 +816,6 @@ export default {
816816 axios .post (` /servers/${ serverId .value } /users/${ baseInfoForm .userName } /authorityPrivilege` , { ... reqObj }).then ((rs ) => {
817817 if (rs && rs .code == 0 ) {
818818 ElMessage .success (t (' sourcePage.successEditPermit' ));
819- // store.dispatch('fetchAllPrivileges', {
820- // serverId: serverId.value,
821- // userName: baseInfoForm.userName,
822- // });
823819 }
824820 });
825821 };
Original file line number Diff line number Diff line change @@ -38,14 +38,11 @@ module.exports = {
3838 } ,
3939 } ,
4040 extract : {
41- // 打包后css文件名称添加时间戳
4241 filename : `css/[name].${ Version } .css` ,
4342 chunkFilename : `css/chunk.[id].${ Version } .css` ,
4443 } ,
4544 } ,
4645 configureWebpack : {
47- // 重点
48- // 输出重构 打包编译后的js文件名称,添加时间戳.
4946 output : {
5047 filename : `js/[name].${ Version } .js` ,
5148 chunkFilename : `js/chunk.[id].${ Version } .js` ,
@@ -58,13 +55,6 @@ module.exports = {
5855 target : 'http://192.168.1.84:9090' ,
5956 progress : false ,
6057 } ,
61- // '/user': {
62- // target: 'http://119.84.128.59:8079/api',
63- // changeOrigin: true,
64- // pathRewrite: {
65- // '^/user': ''
66- // }
67- // },
6858 } ,
6959 } ,
7060} ;
You can’t perform that action at this time.
0 commit comments