人脸识别与大模型问答

This commit is contained in:
jiang 2024-12-09 17:35:13 +08:00
parent c92315c26c
commit 9f73970cc9
3 changed files with 3 additions and 3 deletions

View File

@ -550,7 +550,7 @@ export default {
}
</script>
<style lang="scss" vars="{{PicNum}}">
<style scoped lang="scss" vars="{{PicNum}}">
@import url('./../../assets/styles/SurveillanceVideo.css');
#main {

View File

@ -383,6 +383,6 @@ export default {
}
</script>
<style>
<style scoped>
@import url('./../../assets/styles/Violation.css');
</style>

View File

@ -61,7 +61,7 @@ export default {
},
mounted() {
//
//this.pieInit();
this.pieInit();
this.echartsInit();
},
data() {