考试和问卷弹窗
This commit is contained in:
@ -1,4 +1,25 @@
|
||||
const { defineConfig } = require("@vue/cli-service");
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
// publicPath: "http://120.26.107.74:1618",
|
||||
lintOnSave: false,
|
||||
devServer: {
|
||||
port: 3000,
|
||||
// proxy: {
|
||||
// "/api": {
|
||||
// target: "http://120.26.107.74:1618",
|
||||
// // ws: true,
|
||||
// changeOrigin: true,
|
||||
// // rewrite: (p) => p.replace(/^\/api/, ""),
|
||||
// // headers: {
|
||||
// // "Access-Control-Allow-Origin": "*",
|
||||
// // "Access-Control-Allow-Methods": "*",
|
||||
// // "Access-Control-Allow-Headers": "*",
|
||||
// // "Cross-Origin-Embedder-Policy": "credentialless",
|
||||
// // "Cross-Origin-Opener-Policy": "same-origin",
|
||||
// // },
|
||||
// },
|
||||
// // target: "http://120.26.107.74:1618",
|
||||
// },
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user