Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/plf32upqf/CyberLantingAssignments/src/commit/e0edf15b424d3e2814e2410942b031485d273bb8/Assignment2/frontend/todo-list/node_modules/lodash.uniqueid You should set ROOT_URL correctly, otherwise the web may not work correctly.
Vks 0f73dde6de 项目任务书 5 months ago
..
LICENSE 项目任务书 5 months ago
README.md 项目任务书 5 months ago
index.js 项目任务书 5 months ago
package.json 项目任务书 5 months ago

README.md

lodash.uniqueid v4.0.1

The lodash method _.uniqueId exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.uniqueid

In Node.js:

var uniqueId = require('lodash.uniqueid');

See the documentation or package source for more details.