|
@@ -2,8 +2,8 @@ const path = require('path');
|
|
|
const question = path.resolve(__dirname, '../question-examine');
|
|
|
const frame = path.resolve(__dirname, '../frame');
|
|
|
module.exports = {
|
|
|
- publicPath: process.env.NODE_ENV === 'development' ? '/' : process.env.VUE_APP_ROOT_URL + 'teacher',
|
|
|
-
|
|
|
+ publicPath: process.env.NODE_ENV === 'development' ? '/' : 'student',
|
|
|
+ outputDir: 'student',
|
|
|
configureWebpack: config => {
|
|
|
Object.assign(config, {
|
|
|
// 开发生产共同配置
|