赞
踩
星尘开发日志(220715)
在vue.config.js文件中添加如下代码即可解决:
- const { defineConfig } = require("@vue/cli-service");
- module.exports = defineConfig({
- transpileDependencies: true,
- devServer: {
- historyApiFallback: true,
- allowedHosts: "all",
- },
- });
文件位置如下:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。