#
Junjie
2024-08-06 ab8b9ed094d719c752af88bc6d382fc5feeb08ba
zy-asrs-admin/src/config.js
@@ -4,8 +4,17 @@
    url: 'http://127.0.0.1:8081/wms',
    token: '',
    user: null,
    locale: 'zhCN',
    locale: 'zhCN', // 默认语言
    currentHost: null,
    localeList: {//语言列表
        'zhCN': {
            desc: '简体中文'
        },
        'enUS': {
            desc: 'English'
        }
    },
    localeData: {}
});
export const logout = () => {
@@ -14,5 +23,4 @@
    globalState.currentHost = null;
    localStorage.removeItem('token')
    localStorage.removeItem('user')
}