Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
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
李伟
cust-app
Commits
38e799b7
Commit
38e799b7
authored
Mar 03, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了字体,改为了本地
parent
0d741ce1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
config.js
config.js
+0
-1
main.js
main.js
+0
-1
No files found.
config.js
View file @
38e799b7
...
@@ -3,7 +3,6 @@ module.exports = {
...
@@ -3,7 +3,6 @@ module.exports = {
// baseUrl: 'http://106.3.97.198:20162'
// baseUrl: 'http://106.3.97.198:20162'
baseUrl
:
'http://192.168.1.8:8092'
,
//接口URL
baseUrl
:
'http://192.168.1.8:8092'
,
//接口URL
imgUrl
:
'http://192.168.1.8/static/images'
,
//图片URL
imgUrl
:
'http://192.168.1.8/static/images'
,
//图片URL
fontUrl
:
'http://192.168.1.8/static/font'
,
//字体URL
webViewUrl
:
'http://192.168.1.8:8080'
//小程序跳转H5页面的URL
webViewUrl
:
'http://192.168.1.8:8080'
//小程序跳转H5页面的URL
}
}
...
...
main.js
View file @
38e799b7
...
@@ -17,7 +17,6 @@ Vue.use(uView)
...
@@ -17,7 +17,6 @@ Vue.use(uView)
Vue
.
prototype
.
$myRequest
=
request
;
// 接口请求
Vue
.
prototype
.
$myRequest
=
request
;
// 接口请求
Vue
.
prototype
.
$BASE_URL
=
config
.
baseUrl
//接口地址
Vue
.
prototype
.
$BASE_URL
=
config
.
baseUrl
//接口地址
Vue
.
prototype
.
$IMG_URL
=
config
.
imgUrl
;
//图片地址
Vue
.
prototype
.
$IMG_URL
=
config
.
imgUrl
;
//图片地址
Vue
.
prototype
.
$FONT_URL
=
config
.
fontUrl
;
//图片地址
Vue
.
prototype
.
$WEBVIEW_URL
=
config
.
webViewUrl
;
//H5跳转地址
Vue
.
prototype
.
$WEBVIEW_URL
=
config
.
webViewUrl
;
//H5跳转地址
Vue
.
prototype
.
$store
=
store
;
//正式接口
Vue
.
prototype
.
$store
=
store
;
//正式接口
...
...
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