This commit is contained in:
yuping
2022-12-03 10:11:04 +08:00
parent 9568dade0e
commit 965f59b691
2 changed files with 3 additions and 3 deletions

View File

@@ -140,8 +140,8 @@
</div>
</template>
<script>
import {reactive, toRefs, onMounted} from "vue";
import {listView, auditList, auditlist, auditedlist} from "../../api/indexAudit";
import {onMounted, reactive, toRefs} from "vue";
import {auditedlist} from "../../api/indexAudit";
export default {
name: "ProjectViewed",

View File

@@ -15,7 +15,7 @@ module.exports = defineConfig({
proxy: {
"/manageApi": {
// target:"http://192.168.56.245:30001/",
target: "http://111.231.196.214:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口
target: "http://localhost:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口
changeOrigin: true, //表示是否改变原域名
// secure: false,
// ws: false, //表示WebSocket协议