Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
school-paper-admin-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
school-paper
school-paper-admin-front
Commits
65ee652e
Commit
65ee652e
authored
Jul 21, 2023
by
yushien
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/v1/plb'
# Conflicts: # src/router/index.js
parents
aed2fcd8
9a1136b6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
+3
-1
src/router/index.js
+1
-0
src/views/school-paper/questionBank/index.vue
+0
-0
vue.config.js
+2
-1
No files found.
src/router/index.js
View file @
65ee652e
...
...
@@ -172,6 +172,7 @@ Router.prototype.push = function push(location) {
export
default
new
Router
({
base
:
process
.
env
.
VUE_APP_CONTEXT_PATH
,
// mode: 'history', // 去掉url中的#
mode
:
'hash'
,
// 去掉url中的#
scrollBehavior
:
()
=>
({
y
:
0
}),
routes
:
constantRoutes
...
...
src/views/school-paper/questionBank/index.vue
View file @
65ee652e
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
65ee652e
...
...
@@ -35,7 +35,8 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://192.168.0.132:8080`
,
target
:
`https://farming.nyinhong.com/api`
,
// target: `http://192.168.0.169`,
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