Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jingan-wisdom
Project
Project
Details
Activity
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
郭铭瑶
jingan-wisdom
Commits
8ed18f7a
Commit
8ed18f7a
authored
Dec 27, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改url错误
parent
784ecc7a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
index.6842c726.js
dist/assets/index.6842c726.js
+2
-2
index.html
dist/index.html
+1
-1
component-lib.esm.js
src/utils/component-lib.esm.js
+2
-2
component-list.js
src/utils/component-list.js
+2
-2
No files found.
dist/assets/index.
bb375392
.js
→
dist/assets/index.
6842c726
.js
View file @
8ed18f7a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/index.html
View file @
8ed18f7a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<link
rel=
"icon"
href=
"./favicon.ico"
/>
<link
rel=
"icon"
href=
"./favicon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
静安智慧房管
</title>
<title>
静安智慧房管
</title>
<script
type=
"module"
crossorigin
src=
"./assets/index.
bb375392
.js"
></script>
<script
type=
"module"
crossorigin
src=
"./assets/index.
6842c726
.js"
></script>
<link
rel=
"modulepreload"
href=
"./assets/vendor.d8be57b6.js"
>
<link
rel=
"modulepreload"
href=
"./assets/vendor.d8be57b6.js"
>
<link
rel=
"stylesheet"
href=
"./assets/vendor.db35e2cd.css"
>
<link
rel=
"stylesheet"
href=
"./assets/vendor.db35e2cd.css"
>
<link
rel=
"stylesheet"
href=
"./assets/index.1e95251e.css"
>
<link
rel=
"stylesheet"
href=
"./assets/index.1e95251e.css"
>
...
...
src/utils/component-lib.esm.js
View file @
8ed18f7a
...
@@ -170,11 +170,11 @@ let BASE_URL = '';
...
@@ -170,11 +170,11 @@ let BASE_URL = '';
switch
(
"production"
)
{
switch
(
"production"
)
{
case
'production'
:
case
'production'
:
BASE_URL
=
'http://jingan.omniview.pro/
/
api/v2'
;
BASE_URL
=
'http://jingan.omniview.pro/api/v2'
;
break
;
break
;
default
:
default
:
BASE_URL
=
'http://jingan.omniview.pro/
/
api/v2'
;
BASE_URL
=
'http://jingan.omniview.pro/api/v2'
;
}
}
var
api
=
{
var
api
=
{
...
...
src/utils/component-list.js
View file @
8ed18f7a
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
// vue,
// vue,
// axios,
// axios,
// qs,
// qs,
// )('http://jingan.omniview.pro/
/
api/v2')
// )('http://jingan.omniview.pro/api/v2')
window
.
_base_url
=
'http://jingan.omniview.pro/
/
api/v2'
window
.
_base_url
=
'http://jingan.omniview.pro/api/v2'
import
{
components
,
eventBus
}
from
'./component-lib.esm'
// 未正式上生产暂时先如此代替
import
{
components
,
eventBus
}
from
'./component-lib.esm'
// 未正式上生产暂时先如此代替
export
default
components
export
default
components
...
...
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