luobisheng
2022-11-08 5c5712ee7cc9065b8257681c7ec5d92534166aac
src/utils/index.js
@@ -52,3 +52,5 @@
    return d.getMonth() + 1 + '月' + d.getDate() + '日' + d.getHours() + '时' + d.getMinutes() + '分'
  }
}
export const SUCCESS_CODE = 200;