辅导员管理-业绩考核-填报信息-“就业指导工作“和”加分项“
添加了就业指导页面,和加分项页面
This commit is contained in:
13
package.json
13
package.json
@@ -5,11 +5,11 @@
|
||||
"author": "srs",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve",
|
||||
"build:prod": "vue-cli-service build",
|
||||
"build:stage": "vue-cli-service build --mode staging",
|
||||
"build": "vite build",
|
||||
"preview": "node build/index.js --preview",
|
||||
"dev": "cross-env vue-cli-service serve",
|
||||
"build:prod": "cross-env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
|
||||
"build:stage": "cross-env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --mode staging",
|
||||
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vite build",
|
||||
"preview": "cross-env NODE_OPTIONS=--openssl-legacy-provider node build/index.js --preview",
|
||||
"lint": "eslint --ext .js,.vue src",
|
||||
"lint:fix": "eslint --ext .js,.vue src --fix"
|
||||
},
|
||||
@@ -92,14 +92,17 @@
|
||||
"xlsx-style": "^0.8.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.29.0",
|
||||
"@vue/cli-plugin-babel": "4.4.6",
|
||||
"@vue/cli-plugin-eslint": "4.4.6",
|
||||
"@vue/cli-service": "4.4.6",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-loader": "^8.4.1",
|
||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"chalk": "4.1.0",
|
||||
"compression-webpack-plugin": "5.0.2",
|
||||
"connect": "3.6.6",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "7.15.0",
|
||||
"eslint-plugin-vue": "7.2.0",
|
||||
"lint-staged": "10.5.3",
|
||||
|
||||
Reference in New Issue
Block a user