Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/pl2z38qho/vue/src/commit/1e232a723641d3824aff307ac5716bb6a0c563df/vuetest/node_modules/@vue/shared/index.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict'
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./dist/shared.cjs.prod.js')
|
|
} else {
|
|
module.exports = require('./dist/shared.cjs.js')
|
|
}
|