mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 18:06:46 +08:00
feat:投票题干删除和选项删除\创建删除题干接口对接
This commit is contained in:
@@ -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/", //这里后台的地址模拟的;应该填写你们真实的后台接口
|
||||
|
||||
Reference in New Issue
Block a user