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
784ecc7a
Commit
784ecc7a
authored
Dec 24, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init url
parent
48983153
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
913 additions
and
912 deletions
+913
-912
index.bb375392.js
dist/assets/index.bb375392.js
+2
-2
index.html
dist/index.html
+1
-1
package-lock.json
package-lock.json
+1
-0
api.ts
src/ajax/api.ts
+2
-2
component-lib.esm.js
src/utils/component-lib.esm.js
+905
-905
component-list.js
src/utils/component-list.js
+2
-2
No files found.
dist/assets/index.
6824a7c1
.js
→
dist/assets/index.
bb375392
.js
View file @
784ecc7a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/index.html
View file @
784ecc7a
...
@@ -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.
6824a7c1
.js"
></script>
<script
type=
"module"
crossorigin
src=
"./assets/index.
bb375392
.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"
>
...
...
package-lock.json
View file @
784ecc7a
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
"requires"
:
true
,
"requires"
:
true
,
"packages"
:
{
"packages"
:
{
""
:
{
""
:
{
"name"
:
"jingan-wisdom"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"dependencies"
:
{
"@dom-utils/selector-path"
:
"^1.0.3"
,
"@dom-utils/selector-path"
:
"^1.0.3"
,
...
...
src/ajax/api.ts
View file @
784ecc7a
let
BASE_URL
:
string
=
''
let
BASE_URL
:
string
=
''
switch
(
process
.
env
.
NODE_ENV
)
{
switch
(
process
.
env
.
NODE_ENV
)
{
case
'production'
:
case
'production'
:
BASE_URL
=
'http://j
a-hm
.omniview.pro/api/v2'
BASE_URL
=
'http://j
ingan
.omniview.pro/api/v2'
break
break
default
:
default
:
BASE_URL
=
'http://j
a-hm
.omniview.pro/api/v2'
BASE_URL
=
'http://j
ingan
.omniview.pro/api/v2'
}
}
export
default
{
export
default
{
...
...
src/utils/component-lib.esm.js
View file @
784ecc7a
This diff is collapsed.
Click to expand it.
src/utils/component-list.js
View file @
784ecc7a
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
// vue,
// vue,
// axios,
// axios,
// qs,
// qs,
// )('http://j
a-hm.omniview.pro
/api/v2')
// )('http://j
ingan.omniview.pro/
/api/v2')
window
.
_base_url
=
'http://j
a-hm.omniview.pro
/api/v2'
window
.
_base_url
=
'http://j
ingan.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