Skip to content

Commit a10a869

Browse files
authored
fix(axios.js): handling the case of error message is object (#431)
1 parent f747a28 commit a10a869

File tree

21 files changed

+35
-467
lines changed

21 files changed

+35
-467
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ENV = 'development'
22

3-
VUE_APP_BASE_URL = 'http://119.45.196.33:5000/'
3+
VUE_APP_BASE_URL = 'http://face.api.talelin.com/'

src/assets/style/realize/element-variable.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,11 @@ thead tr {
423423
overflow-y: auto;
424424
}
425425

426-
.el-menu--vertical >>> .icon-erjizhibiao {
426+
.el-menu--vertical ::v-deep .icon-erjizhibiao {
427427
display: none;
428428
}
429429

430-
.el-menu--vertical >>> .two-folder {
430+
.el-menu--vertical ::v-deep .two-folder {
431431
margin-left: 40px;
432432
}
433433

src/component/base/search/lin-search.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
}
4444
</script>
4545
<style lang="scss" scoped>
46-
.lin-search /deep/ .el-input__inner {
46+
.lin-search ::v-deep .el-input__inner {
4747
width: 150px;
4848
border-radius: 20px;
4949
transition: all 0.2s linear;
@@ -53,7 +53,7 @@ export default {
5353
transition: all 0.3s linear;
5454
}
5555
}
56-
.lin-search /deep/ .el-input__suffix {
56+
.lin-search ::v-deep .el-input__suffix {
5757
cursor: pointer;
5858
}
5959
</style>

0 commit comments

Comments
 (0)