fix: fix issue
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
import { ref } from 'vue';
|
||||
import Panel from '@/components/AIRepair/Panel.vue';
|
||||
import Table from '@/components/AIRepair/Table.vue';
|
||||
import { getRepairInfo } from '@/api/jyh';
|
||||
|
||||
const infoList = ref([
|
||||
'当前代码主要风险为易受常见的注入攻击,包括命令注入、SQL注入、表达式注入,针对每种攻击,应提供相应的防范措施,如数据校验、使用安全函数和限制程序权限。',
|
||||
@@ -200,6 +201,10 @@ const list = ref([
|
||||
}
|
||||
])
|
||||
|
||||
const getInfo = async() => {
|
||||
const res = await getRepairInfo();
|
||||
}
|
||||
getInfo();
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user