| | |
| | | #刘磊磊本地
|
| | | # VUE_APP_BASE_URL = 'http://192.168.0.18:10021/'
|
| | | VUE_APP_BASE_URL = 'https://dmtest.ahapp.net/doumeeplant_api/' |
| | |
|
| | | # # 接口前缀
|
| | | # VUE_APP_API_PREFIX = '/doumeeplant/'
|
| | |
|
| | | # #正式环境
|
| | | VUE_APP_BASE_URL = 'https://lingyang.mes.show:1801/doumeeplant/' |
| | |
| | | VUE_APP_API_PREFIX = '/doumeeplant/'
|
| | |
|
| | | #正式环境
|
| | | VITE_BASE_URL = 'https://127.0.0.1/doumeeplant'
|
| | | VUE_APP_BASE_URL = 'https://127.0.0.1/doumeeplant'
|
| | |
| | | <template> |
| | | <!-- :permissions="['business:appliancechange:query']" --> |
| | | <TableLayout :permissions="['business:companyext:query']"> |
| | | <TableLayout :permissions="['ext:companyext:query']"> |
| | | <!-- 搜索表单 --> |
| | | <el-form ref="searchForm" slot="search-form" :model="searchForm" label-width="100px" label-suffix=":" inline> |
| | | <el-form-item label="客户名称" prop="name"> |
| | |
| | | loading: false,
|
| | | username: '',
|
| | | password: '',
|
| | | companyId: 8,
|
| | | // 验证码
|
| | | captcha: {
|
| | | loading: false,
|
| | |
| | | username: this.username.trim(),
|
| | | password: this.password,
|
| | | code: this.captcha.value.trim(),
|
| | | companyId: this.companyId,
|
| | | uuid: this.captcha.uuid
|
| | | })
|
| | | .then(() => {
|
| | | window.location.href = process.env.VUE_APP_CONTEXT_PATH
|
| | | console.log(process.env.VUE_APP_CONTEXT_PATH);
|
| | | // b7121c39-e109-472f-bb89-722b91289437
|
| | | // window.location.href = process.env.VUE_APP_CONTEXT_PATH
|
| | | window.location.reload()
|
| | | })
|
| | | .catch(e => {
|
| | | this.refreshCaptcha()
|