Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
72 changed files
with
1639 additions
and
223 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
# | ||
# @Description: 项目的编码规范 | ||
# @Autor: renchao | ||
# @LastEditTime: 2023-07-20 15:13:34 | ||
# | ||
# https://editorconfig.org | ||
root = true | ||
... | ... |
... | ... | @@ -83,4 +83,4 @@ |
"type": "git", | ||
"url": "git+https://github.com/PanJiaChen/vue-element-admin.git" | ||
} | ||
} | ||
} | ||
\ No newline at end of file | ||
... | ... |
/* | ||
* @Description: CSS处理和移动端适配方案 | ||
* @Autor: renchao | ||
* @LastEditTime: 2023-07-20 14:40:12 | ||
*/ | ||
module.exports = { | ||
plugins: { | ||
autoprefixer: {} | ||
... | ... |
... | ... | @@ -26,6 +26,11 @@ export default { |
} | ||
}, | ||
methods: { | ||
/** | ||
* @description: linkProps | ||
* @param {*} to | ||
* @author: renchao | ||
*/ | ||
linkProps(to) { | ||
if (this.isExternal) { | ||
return { | ||
... | ... |
... | ... | @@ -35,6 +35,10 @@ |
}; | ||
}, | ||
methods: { | ||
/** | ||
* @description: onSubmit | ||
* @author: renchao | ||
*/ | ||
onSubmit () { | ||
stopTask({ | ||
bsmSlsq: this.formData.bsmSlsq, | ||
... | ... |
... | ... | @@ -14,6 +14,10 @@ export default { |
} | ||
}, | ||
methods: { | ||
/** | ||
* @description: nextTo | ||
* @author: renchao | ||
*/ | ||
nextTo () { | ||
this.$router.push({ | ||
path: this.redirect || '/', | ||
... | ... |