Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
cbf7eeaa
Commit
cbf7eeaa
authored
Oct 23, 2020
by
张豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zh' into dev
parents
90bb7ec1
458e64d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
4 deletions
+53
-4
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+9
-2
yarn.lock
yarn.lock
+44
-2
No files found.
src/pages/workbench/fwzc_fwcs.vue
View file @
cbf7eeaa
...
...
@@ -1593,8 +1593,15 @@ export default {
// id: self.portal_id,
// });
// this.$router.push("/intelligent_drawing");
if
(
self
.
is_map
==
1
){
let
shareWebMapParam
=
JSON
.
parse
(
window
.
sessionStorage
.
getItem
(
'
shareWebMapParam
'
))
window
.
location
.
href
=
'
/vmap/#/map
'
+
`?id=
${
shareWebMapParam
.
portalid
}
`
}
else
if
(
self
.
is_map
==
4
){
self
.
$router
.
back
(
-
1
);
}
else
{
let
shareWebMapParam
=
JSON
.
parse
(
window
.
sessionStorage
.
getItem
(
'
shareWebMapParam
'
))
window
.
location
.
href
=
'
/vmap/#/map
'
+
`?id=
${
shareWebMapParam
.
portalid
}
`
}
}
else
if
(
type
==
"
process
"
)
{
this
.
$router
.
push
(
"
/progress/designer
"
);
}
...
...
yarn.lock
View file @
cbf7eeaa
...
...
@@ -940,6 +940,21 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"
"@babel/runtime-corejs3@^7.11.2":
version "7.12.1"
resolved "https://registry.npm.taobao.org/@babel/runtime-corejs3/download/@babel/runtime-corejs3-7.12.1.tgz#51b9092befbeeed938335a109dbe0df51451e9dc"
integrity sha1-UbkJK+++7tk4M1oQnb4N9RRR6dw=
dependencies:
core-js-pure "^3.0.0"
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.11.2":
version "7.12.1"
resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.12.1.tgz?cache=0&sync_timestamp=1602799933339&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740"
integrity sha1-tBFqa2cR0BCy2tO3tuQ78bmVR0A=
dependencies:
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.4.2", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4":
version "7.10.5"
resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c"
...
...
@@ -2316,6 +2331,11 @@ core-js-compat@^3.6.2:
browserslist "^4.8.5"
semver "7.0.0"
core-js-pure@^3.0.0:
version "3.6.5"
resolved "https://registry.npm.taobao.org/core-js-pure/download/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813"
integrity sha1-x5519eONvIWmYtke6lK4JW1TuBM=
core-js@^2.4.0, core-js@^2.5.0:
version "2.6.11"
resolved "https://registry.npm.taobao.org/core-js/download/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
...
...
@@ -4555,6 +4575,11 @@ loader-runner@^2.4.0:
resolved "https://registry.npm.taobao.org/loader-runner/download/loader-runner-2.4.0.tgz?cache=0&sync_timestamp=1593786193413&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Floader-runner%2Fdownload%2Floader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
integrity sha1-7UcGa/5TTX6ExMe5mYwqdWB9k1c=
loader-runner@^4.0.0:
version "4.1.0"
resolved "https://registry.npm.taobao.org/loader-runner/download/loader-runner-4.1.0.tgz?cache=0&sync_timestamp=1601450715716&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Floader-runner%2Fdownload%2Floader-runner-4.1.0.tgz#f70bc0c29edbabdf2043e7ee73ccc3fe1c96b42d"
integrity sha1-9wvAwp7bq98gQ+fuc8zD/hyWtC0=
loader-utils@^0.2.16:
version "0.2.17"
resolved "https://registry.npm.taobao.org/loader-utils/download/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348"
...
...
@@ -5103,9 +5128,9 @@ negotiator@0.6.2:
resolved "https://registry.npm.taobao.org/negotiator/download/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
integrity sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs=
neo-async@^2.5.0, neo-async@^2.6.1:
neo-async@^2.5.0, neo-async@^2.6.1
, neo-async@^2.6.2
:
version "2.6.2"
resolved "https://registry.npm.taobao.org/neo-async/download/neo-async-2.6.2.tgz?cache=0&sync_timestamp=1594317
624736
&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fneo-async%2Fdownload%2Fneo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
resolved "https://registry.npm.taobao.org/neo-async/download/neo-async-2.6.2.tgz?cache=0&sync_timestamp=1594317
434347
&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fneo-async%2Fdownload%2Fneo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
integrity sha1-tKr7k+OustgXTKU88WOrfXMIMF8=
nice-try@^1.0.4:
...
...
@@ -7186,6 +7211,15 @@ terser@^4.1.2:
source-map "~0.6.1"
source-map-support "~0.5.12"
thread-loader@^3.0.0:
version "3.0.0"
resolved "https://registry.npm.taobao.org/thread-loader/download/thread-loader-3.0.0.tgz?cache=0&sync_timestamp=1599928601406&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fthread-loader%2Fdownload%2Fthread-loader-3.0.0.tgz#375170ff73a965d894b8a1e0fd551ab3ee7a39e6"
integrity sha1-N1Fw/3OpZdiUuKHg/VUas+56OeY=
dependencies:
loader-runner "^4.0.0"
loader-utils "^2.0.0"
neo-async "^2.6.2"
throttle-debounce@^1.0.1:
version "1.1.0"
resolved "https://registry.npm.taobao.org/throttle-debounce/download/throttle-debounce-1.1.0.tgz?cache=0&sync_timestamp=1591627091850&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fthrottle-debounce%2Fdownload%2Fthrottle-debounce-1.1.0.tgz#51853da37be68a155cb6e827b3514a3c422e89cd"
...
...
@@ -7684,6 +7718,14 @@ vux@^2.9.4:
vux-xscroll "^3.1.10"
x-photoswipe "^4.1.3-rc.1"
wangeditor@^4.0.5:
version "4.0.5"
resolved "https://registry.npm.taobao.org/wangeditor/download/wangeditor-4.0.5.tgz?cache=0&sync_timestamp=1603286305867&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwangeditor%2Fdownload%2Fwangeditor-4.0.5.tgz#0a7d19a068a9fe3af3de316a320d678cc1145e5d"
integrity sha1-Cn0ZoGip/jrz3jFqMg1njMEUXl0=
dependencies:
"@babel/runtime" "^7.11.2"
"@babel/runtime-corejs3" "^7.11.2"
watchpack-chokidar2@^2.0.0:
version "2.0.0"
resolved "https://registry.npm.taobao.org/watchpack-chokidar2/download/watchpack-chokidar2-2.0.0.tgz?cache=0&sync_timestamp=1589640722705&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwatchpack-chokidar2%2Fdownload%2Fwatchpack-chokidar2-2.0.0.tgz#9948a1866cbbd6cb824dea13a7ed691f6c8ddff0"
...
...
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