|
@@ -15,8 +15,8 @@ const name = defaultSettings.title || '大雅报名管理'; // page title
|
|
|
// port = 9528 npm run dev OR npm run dev --port = 9528
|
|
|
const port = process.env.port || process.env.npm_config_port || 9528; // dev port
|
|
|
// const targetUrl = 'http://testpay.dayaedu.com'
|
|
|
-const targetUrl = 'https://manage.dayaedu.com'
|
|
|
-// const targetUrl = 'http://192.168.3.38:8088'
|
|
|
+// const targetUrl = 'https://manage.dayaedu.com'
|
|
|
+const targetUrl = 'http://192.168.3.27:8088'
|
|
|
// All configuration item explanations can be find in https://cli.vuejs.org/config/
|
|
|
module.exports = {
|
|
|
/**
|