摘要:
1 创建 public/config.js 2 index.html 加入 <script type='text/javascript' src='/viewDesignAdmin/config.js?${Math.random().toString(36).substr(2)}'></script 阅读全文
摘要:
router/index.js const router = new Router({ routes, base: '/viewDesignAdmin/', mode: 'history' }) vue.config.js const BASE_URL = process.env.NODE_ENV 阅读全文
摘要:
phpStudy 阅读全文
摘要:
rimraf node_modules 突然不能用了 怀疑是yarn的问题,从环境变量将yarn删掉,能用了 阅读全文