refactor:vue-cli upgrade to 5.0.8
This commit is contained in:
parent
4bed4fd34d
commit
b9cef34a06
@ -20,11 +20,11 @@
|
||||
"vuex": "^3.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.4.0",
|
||||
"@vue/cli-plugin-eslint": "~4.4.0",
|
||||
"@vue/cli-plugin-router": "~4.4.0",
|
||||
"@vue/cli-plugin-vuex": "~4.4.0",
|
||||
"@vue/cli-service": "~4.4.0",
|
||||
"@vue/cli-plugin-babel": "~5.0.8",
|
||||
"@vue/cli-plugin-eslint": "~5.0.8",
|
||||
"@vue/cli-plugin-router": "~5.0.8",
|
||||
"@vue/cli-plugin-vuex": "~5.0.8",
|
||||
"@vue/cli-service": "~5.0.8",
|
||||
"@vue/eslint-config-airbnb": "^5.0.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.7.2",
|
||||
|
7824
bookmark_front/pnpm-lock.yaml
generated
Normal file
7824
bookmark_front/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,8 @@ module.exports = {
|
||||
proxy: {
|
||||
"/bookmark/api": {
|
||||
//这里最好有一个 /
|
||||
target: "http://localhost:8088", // 服务器端接口地址
|
||||
// target: "http://localhost:8088", // 服务器端接口地址
|
||||
target: "https://bm.fleyx.com", // 服务器端接口地址
|
||||
ws: true, //如果要代理 websockets,配置这个参数
|
||||
// 如果是https接口,需要配置这个参数
|
||||
changeOrigin: true, //是否跨域
|
||||
|
Loading…
x
Reference in New Issue
Block a user