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