Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-people
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
binhai-jiaoguan
binhai-people
Commits
3bc871a9
Commit
3bc871a9
authored
Nov 21, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加密
parent
07f22a01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+1
-0
vue.config.js
vue.config.js
+2
-2
No files found.
README.md
View file @
3bc871a9
# 滨海交通-出行管理平台-公众端
node版本降为14.21.3
下载项目的时候run install时,node-sass下载失败后来我在项目根目录下添加了一个.npmrc
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
...
...
vue.config.js
View file @
3bc871a9
...
...
@@ -61,14 +61,14 @@ module.exports = {
}
},
[
process
.
env
.
VUE_APP_JUDGE_API
]:
{
target
:
'http://
10.10.10.148:8082
'
,
target
:
'http://
localhost:8080
'
,
changeOrigin
:
true
,
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_JUDGE_API
]:
''
}
},
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
'http://
10.10.10.148:8082
'
,
target
:
'http://
localhost:8080
'
,
changeOrigin
:
true
,
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment