@ -19,11 +19,11 @@ export default defineConfig({
src: `/js/umi.${t}.js`
}
],
cssLoader: {
modules: {
localIdentName: 'css/[name]__[local]___[hash:base64:5]'
},
// cssLoader: {
// modules: {
// localIdentName: 'css/[name]__[local]___[hash:base64:5]'
// }
// },
chainWebpack(config: any) {
config.plugin('mini-css-extract-plugin').tap((args: any) => [
{
@ -23,14 +23,14 @@ export async function getInitialState() {
return undefined;
};
if (![loginPath].includes(location.pathname)) {
const currentUser = await fetchUserInfo();
return {
fetchUserInfo,
name: 'admin',
...currentUser
// if (![loginPath].includes(location.pathname)) {
// const currentUser = await fetchUserInfo();
// return {
// fetchUserInfo,
// name: 'admin',
// ...currentUser
// };
name: 'admin'