|
@@ -17,7 +17,7 @@ const port = process.env.port || process.env.npm_config_port || 9527; // dev por
|
|
|
|
|
|
const MonacoWebpackPlugin = require("monaco-editor-webpack-plugin");
|
|
|
// const target = "https://manonline.dayaedu.com";
|
|
|
-const target = "http://mantest.dayaedu.com";
|
|
|
+const target = "https://mantest.dayaedu.com";
|
|
|
// All configuration item explanations can be find in https://cli.vuejs.org/config/
|
|
|
module.exports = {
|
|
|
/**
|