3 files modified
1 files added
| | |
| | | .flex { |
| | | display: flex; |
| | | flex-direction: row; |
| | | // flex-direction: row; |
| | | |
| | | &-wrap { |
| | | flex-wrap: wrap; |
| | |
| | | ws_url = 'wss://' + ENV_PRO + '/api/websocket' |
| | | } |
| | | |
| | | let imgUrl = 'https://sysimg.yanshiz.com' // 暂时的 单独的图片地址 |
| | | let imgUrl = 'https://bz.amcfcxn.org' // 暂时的 单独的图片地址 |
| | | |
| | | export const BASE_URL = base_url |
| | | export const WS_URL = ws_url |
| | |
| | | |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | @import "@/views/authentication/components/intl.css"; |
| | | |
| | | // @import "@/views/authentication/components/intl.css"; |
| | | @import url(../../views/authentication/components/intl.css); |
| | | .identity { |
| | | width: 100%; |
| | | box-sizing: border-box; |