feat:投票题干删除和选项删除\创建删除题干接口对接

This commit is contained in:
Ggysh-7
2022-11-14 09:42:40 +08:00
parent a801f23877
commit c2b68cf5aa
3 changed files with 83 additions and 79 deletions

View File

@@ -2,6 +2,7 @@ const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
// transpileDependencies: true,
devServer: {
port:8080,
proxy: {
"/api": {
target: "http://111.231.196.214:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口