Browse Source

优化文档内容

master
ltlzx 4 years ago
parent
commit
51eb1360f7
  1. 5
      api/serve/index.js
  2. 12
      app.js
  3. 3
      i18n/index.js
  4. 245
      package-lock.json
  5. 2
      pages/auth/index.vue
  6. 4
      pages/auth/primary.vue
  7. 4
      pages/exchange/index.vue
  8. 1
      pages/exchange/open-position.vue
  9. 81
      pages/reg/index.vue
  10. 3
      store/index.js
  11. 238
      yarn.lock

5
api/serve/index.js

@ -82,8 +82,11 @@ x.fn = x.prototype = {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
let reg=new RegExp('/','g')//g代表全部 let reg=new RegExp('/','g')//g代表全部
let newMsg=options.url.replace(reg,'_'); let newMsg=options.url.replace(reg,'_');
console.info(newMsg)
if(Cache.get(newMsg).data){ if(Cache.get(newMsg).data){
resolve(Cache.get(newMsg).data); if(newMsg!='_user_walletImage' && newMsg!='_user_withdrawalBalance' && newMsg!='_wallet_getBalance' && newMsg!='_contract_openNum' ){
resolve(Cache.get(newMsg).data);
}
uni.request({ uni.request({
url: this.url, url: this.url,
data: this.data, data: this.data,

12
app.js

@ -3,21 +3,21 @@ let config = {};
if (process.env.NODE_ENV == 'production'||true) { //生产环境 if (process.env.NODE_ENV == 'production'||true) { //生产环境
config = { config = {
// ajax地址 // ajax地址
baseUrl: 'https://sav.bnkcoins.com', baseUrl: 'https://se.hash-666.com',
// 图片地址 (暂时无用) // 图片地址 (暂时无用)
imgUrl: 'https://sav.bnkcoins.com/storage', imgUrl: 'https://se.hash-666.com/storage',
// socket地址 // socket地址
socketUrl: 'wss://sav.bnkcoins.com/ws1', socketUrl: 'wss://se.hash-666.com/ws1',
socketUrl1: 'wss://sav.bnkcoins.com/ws2', socketUrl1: 'wss://se.hash-666.com/ws2',
// pc端地址 // pc端地址
pcUrl:'https://www.bnkcoins.com', pcUrl:'https://se.hash-666.com',
// app名称 // app名称
appName: 'BNKCoin', appName: 'BNKCoin',
// 版本 // 版本
version: '1.0.0', version: '1.0.0',
// 移动端地址 // 移动端地址
mobile: 'https://h5.bnkcoins.com', mobile: 'https://h5.bnkcoins.com',
down:"https://sav.bnkcoins.com/download" down:"https://se.hash-666.com/download"
}; };
} else { //开发环境 } else { //开发环境
config = { config = {

3
i18n/index.js

@ -19,7 +19,8 @@ requireComponent.keys().forEach(fileName => {
}) })
// 语言注入 // 语言注入
let i18n = new VueI18n({ let i18n = new VueI18n({
locale: uni.getStorageSync('language')||'zh-CN', locale: uni.getStorageSync('language')||'en',
// locale:'en',
messages: messages messages: messages
}) })
export default i18n; export default i18n;

245
package-lock.json

@ -1,8 +1,248 @@
{ {
"name": "exchange", "name": "exchange",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": {
"": {
"name": "exchange",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"async-validator": "^1.11.5",
"axios": "^0.20.0",
"clipboard": "^2.0.8",
"element-ui": "^2.15.3",
"highcharts": "^8.2.0",
"lodash": "^4.17.20",
"qs": "^6.9.4",
"vue-i18n": "^8.21.0",
"vuex": "^3.5.1"
},
"devDependencies": {
"babel-plugin-component": "^1.1.1"
}
},
"node_modules/@babel/helper-module-imports": {
"version": "7.0.0-beta.35",
"resolved": "https://registry.nlark.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0-beta.35.tgz?cache=0&sync_timestamp=1623280362184&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-module-imports%2Fdownload%2F%40babel%2Fhelper-module-imports-7.0.0-beta.35.tgz",
"integrity": "sha1-MI41DnMXUs200PBY3x1wSSXGTgo=",
"dev": true,
"dependencies": {
"@babel/types": "7.0.0-beta.35",
"lodash": "^4.2.0"
}
},
"node_modules/@babel/types": {
"version": "7.0.0-beta.35",
"resolved": "https://registry.nlark.com/@babel/types/download/@babel/types-7.0.0-beta.35.tgz?cache=0&sync_timestamp=1626804454589&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.0.0-beta.35.tgz",
"integrity": "sha1-z5M6mpo4SEynJLM1uI2Dcm1auWA=",
"dev": true,
"dependencies": {
"esutils": "^2.0.2",
"lodash": "^4.2.0",
"to-fast-properties": "^2.0.0"
}
},
"node_modules/async-validator": {
"version": "1.11.5",
"resolved": "https://registry.nlark.com/async-validator/download/async-validator-1.11.5.tgz",
"integrity": "sha1-nUPPSe9rt2vlRCOI0Z+5puR1l+o="
},
"node_modules/axios": {
"version": "0.20.0",
"resolved": "https://registry.npm.taobao.org/axios/download/axios-0.20.0.tgz?cache=0&sync_timestamp=1597979633356&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faxios%2Fdownload%2Faxios-0.20.0.tgz",
"integrity": "sha1-BXujDwSIRpSZOozQf6OUz/EcUL0=",
"deprecated": "Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410",
"dependencies": {
"follow-redirects": "^1.10.0"
}
},
"node_modules/babel-helper-vue-jsx-merge-props": {
"version": "2.0.3",
"resolved": "https://registry.npm.taobao.org/babel-helper-vue-jsx-merge-props/download/babel-helper-vue-jsx-merge-props-2.0.3.tgz",
"integrity": "sha1-Iq69OzOQIyjlEyk6jkmSs4T58bY="
},
"node_modules/babel-plugin-component": {
"version": "1.1.1",
"resolved": "https://registry.npm.taobao.org/babel-plugin-component/download/babel-plugin-component-1.1.1.tgz",
"integrity": "sha1-mwI6I/9cmq4P1WxaGLnKuMTUXuo=",
"dev": true,
"dependencies": {
"@babel/helper-module-imports": "7.0.0-beta.35"
}
},
"node_modules/babel-runtime": {
"version": "6.26.0",
"resolved": "https://registry.nlark.com/babel-runtime/download/babel-runtime-6.26.0.tgz",
"integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
"dependencies": {
"core-js": "^2.4.0",
"regenerator-runtime": "^0.11.0"
}
},
"node_modules/clipboard": {
"version": "2.0.8",
"resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-2.0.8.tgz?cache=0&sync_timestamp=1615409953598&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fclipboard%2Fdownload%2Fclipboard-2.0.8.tgz",
"integrity": "sha1-/8bBA90pZ6gwBfP2GXaqRlWkzbo=",
"dependencies": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
"tiny-emitter": "^2.0.0"
}
},
"node_modules/core-js": {
"version": "2.6.12",
"resolved": "https://registry.nlark.com/core-js/download/core-js-2.6.12.tgz",
"integrity": "sha1-2TM9+nsGXjR8xWgiGdb2kIWcwuw=",
"deprecated": "core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.",
"hasInstallScript": true
},
"node_modules/deepmerge": {
"version": "1.5.2",
"resolved": "https://registry.npm.taobao.org/deepmerge/download/deepmerge-1.5.2.tgz",
"integrity": "sha1-EEmdhohEza1P7ghC34x/bwyVp1M=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/delegate": {
"version": "3.2.0",
"resolved": "https://registry.npm.taobao.org/delegate/download/delegate-3.2.0.tgz",
"integrity": "sha1-tmtxwxWFIuirV0T3INjKDCr1kWY="
},
"node_modules/element-ui": {
"version": "2.15.3",
"resolved": "https://registry.nlark.com/element-ui/download/element-ui-2.15.3.tgz",
"integrity": "sha1-VRCKuCo7zGRuewVwhxxIupYwBlI=",
"dependencies": {
"async-validator": "~1.8.1",
"babel-helper-vue-jsx-merge-props": "^2.0.0",
"deepmerge": "^1.2.0",
"normalize-wheel": "^1.0.1",
"resize-observer-polyfill": "^1.5.0",
"throttle-debounce": "^1.0.1"
},
"peerDependencies": {
"vue": "^2.5.17"
}
},
"node_modules/element-ui/node_modules/async-validator": {
"version": "1.8.5",
"resolved": "https://registry.nlark.com/async-validator/download/async-validator-1.8.5.tgz",
"integrity": "sha1-3D4I7B/Q3dtn5ghC8CwM0c7G1/A=",
"dependencies": {
"babel-runtime": "6.x"
}
},
"node_modules/esutils": {
"version": "2.0.3",
"resolved": "https://registry.nlark.com/esutils/download/esutils-2.0.3.tgz",
"integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/follow-redirects": {
"version": "1.13.0",
"resolved": "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.13.0.tgz?cache=0&sync_timestamp=1597057976909&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.13.0.tgz",
"integrity": "sha1-tC6Nk6Kn7qXtiGM2dtZZe8jjhNs=",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"engines": {
"node": ">=4.0"
}
},
"node_modules/good-listener": {
"version": "1.2.2",
"resolved": "https://registry.npm.taobao.org/good-listener/download/good-listener-1.2.2.tgz",
"integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=",
"dependencies": {
"delegate": "^3.1.2"
}
},
"node_modules/highcharts": {
"version": "8.2.0",
"resolved": "https://registry.npm.taobao.org/highcharts/download/highcharts-8.2.0.tgz?cache=0&sync_timestamp=1597919354751&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhighcharts%2Fdownload%2Fhighcharts-8.2.0.tgz",
"integrity": "sha1-PUiTAVyvGnye2FKE2YORHoRGSfM="
},
"node_modules/lodash": {
"version": "4.17.20",
"resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.20.tgz?cache=0&sync_timestamp=1597335994883&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.20.tgz",
"integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI="
},
"node_modules/normalize-wheel": {
"version": "1.0.1",
"resolved": "https://registry.npm.taobao.org/normalize-wheel/download/normalize-wheel-1.0.1.tgz",
"integrity": "sha1-rsiGr/2wRQcNhWRH32Ls+GFG7EU="
},
"node_modules/qs": {
"version": "6.9.4",
"resolved": "https://registry.npm.taobao.org/qs/download/qs-6.9.4.tgz",
"integrity": "sha1-kJCykNH5FyjTwi5UhDykSupatoc=",
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/regenerator-runtime": {
"version": "0.11.1",
"resolved": "https://registry.nlark.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz?cache=0&sync_timestamp=1626993001371&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fregenerator-runtime%2Fdownload%2Fregenerator-runtime-0.11.1.tgz",
"integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk="
},
"node_modules/resize-observer-polyfill": {
"version": "1.5.1",
"resolved": "https://registry.nlark.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz",
"integrity": "sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ="
},
"node_modules/select": {
"version": "1.1.2",
"resolved": "https://registry.npm.taobao.org/select/download/select-1.1.2.tgz",
"integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0="
},
"node_modules/throttle-debounce": {
"version": "1.1.0",
"resolved": "https://registry.npm.taobao.org/throttle-debounce/download/throttle-debounce-1.1.0.tgz?cache=0&sync_timestamp=1604313832516&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fthrottle-debounce%2Fdownload%2Fthrottle-debounce-1.1.0.tgz",
"integrity": "sha1-UYU9o3vmihVctugns1FKPEIuic0=",
"engines": {
"node": ">=4"
}
},
"node_modules/tiny-emitter": {
"version": "2.1.0",
"resolved": "https://registry.npm.taobao.org/tiny-emitter/download/tiny-emitter-2.1.0.tgz",
"integrity": "sha1-HRpW7fxRxD6GPLtTgqcjMONVVCM="
},
"node_modules/to-fast-properties": {
"version": "2.0.0",
"resolved": "https://registry.nlark.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz",
"integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
"dev": true,
"engines": {
"node": ">=4"
}
},
"node_modules/vue-i18n": {
"version": "8.21.0",
"resolved": "https://registry.npm.taobao.org/vue-i18n/download/vue-i18n-8.21.0.tgz?cache=0&sync_timestamp=1597336528269&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-i18n%2Fdownload%2Fvue-i18n-8.21.0.tgz",
"integrity": "sha1-UmRQUl/buch3aFtbpsuVc7c9OUA="
},
"node_modules/vuex": {
"version": "3.5.1",
"resolved": "https://registry.npm.taobao.org/vuex/download/vuex-3.5.1.tgz",
"integrity": "sha1-8bjc6mSbwlJUz09DWAgdv12hiz0=",
"peerDependencies": {
"vue": "^2.0.0"
}
}
},
"dependencies": { "dependencies": {
"@babel/helper-module-imports": { "@babel/helper-module-imports": {
"version": "7.0.0-beta.35", "version": "7.0.0-beta.35",
@ -187,7 +427,8 @@
"vuex": { "vuex": {
"version": "3.5.1", "version": "3.5.1",
"resolved": "https://registry.npm.taobao.org/vuex/download/vuex-3.5.1.tgz", "resolved": "https://registry.npm.taobao.org/vuex/download/vuex-3.5.1.tgz",
"integrity": "sha1-8bjc6mSbwlJUz09DWAgdv12hiz0=" "integrity": "sha1-8bjc6mSbwlJUz09DWAgdv12hiz0=",
"requires": {}
} }
} }
} }

2
pages/auth/index.vue

@ -2,7 +2,7 @@
<view class="layout-page" :style="themeStyle"> <view class="layout-page" :style="themeStyle">
<v-header :title="$t('auth.a0')"></v-header> <v-header :title="$t('auth.a0')"></v-header>
<view class="rounded-md overflow-hidden m-lg bg-panel-3 box-shadow"> <view class="rounded-md overflow-hidden m-lg bg-panel-3 box-shadow">
<v-link to="/pages/auth/primary" class="d-flex align-center p-md border-b link-active "> <v-link :to="detail.primary_status==0?'/pages/auth/primary':''" class="d-flex align-center p-md border-b link-active ">
<view class="flex-fill color-light fn-lg"> <view class="flex-fill color-light fn-lg">
{{$t('auth.a1')}} {{$t('auth.a1')}}
</view> </view>

4
pages/auth/primary.vue

@ -47,7 +47,7 @@ export default {
form: { form: {
id_card: "", id_card: "",
realname: "", realname: "",
country_id: "", country_id: "195",
country_code: "", country_code: "",
}, },
}; };
@ -73,7 +73,7 @@ export default {
Member.getCountryCode() Member.getCountryCode()
.then((res) => { .then((res) => {
this.countryList = res.data; this.countryList = res.data;
this.form.country_id = this.countryList[0].id; // this.form.country_id = this.countryList[0].id;
}) })
.catch(() => {}); .catch(() => {});
}, },

4
pages/exchange/index.vue

@ -315,7 +315,7 @@ export default {
interval: this.activeTime, interval: this.activeTime,
resolutions: this.resolutions.map((item) => item.value), resolutions: this.resolutions.map((item) => item.value),
contract: 1, contract: 1,
lang:uni.getStorageSync('language')||'zh-CN' lang:uni.getStorageSync('language')||'en'
}; };
} else { } else {
return { return {
@ -326,7 +326,7 @@ export default {
// interval: this.activeTime, // interval: this.activeTime,
// resolutions: this.resolutions.map((item) => item.value), // resolutions: this.resolutions.map((item) => item.value),
// contract: 1, // contract: 1,
lang:uni.getStorageSync('language')||'zh-CN', lang:uni.getStorageSync('language')||'en',
getLinkUrl: this.app.baseUrl + "/api/app/option/getKline", getLinkUrl: this.app.baseUrl + "/api/app/option/getKline",
symbol: this.query.code, symbol: this.query.code,
theme: this.theme, theme: this.theme,

1
pages/exchange/open-position.vue

@ -1498,6 +1498,7 @@ export default {
}); });
}, },
dropDownChange(e){ dropDownChange(e){
// console.info(e)
this.form.type=e.value this.form.type=e.value
}, },
dropDownxian(e){ dropDownxian(e){

81
pages/reg/index.vue

@ -19,21 +19,7 @@
<view class="layout-main"> <view class="layout-main">
<view class="form m-lg bg-panel-3 p-lg rounded-md"> <view class="form m-lg bg-panel-3 p-lg rounded-md">
<view class="d-flex justify-center"> <view class="d-flex justify-center">
<view
class="item transition-3 p-y-sp-r-sm p-x-xs fn-20 "
:class="{
'color-light ':form.type==1
}"
@click="form.type=1"
>{{$t('reg.a0')}}
<view class="w-5 h-5 rounded-max bg-light justify-center mauto m-y-sm"
:class="{
'disnone':form.type==2
}"
>
</view>
</view>
<view <view
@ -43,14 +29,28 @@
}" }"
@click="form.type=2" @click="form.type=2"
>{{$t('reg.a1')}} >{{$t('reg.a1')}}
<view class="w-5 h-5 rounded-max bg-light justify-center mauto m-y-sm" <view class="w-5 h-5 rounded-max bg-light justify-center mauto m-y-sm"
:class="{ :class="{
'disnone':form.type==1 'disnone':form.type==1
}" }"
> >
</view> </view>
</view> </view>
<view class="item transition-3 p-y-sp-r-sm p-x-xs fn-20 "
:class="{
'color-light ':form.type==1
}"
@click="form.type=1"
>{{$t('reg.a0')}}
<view class="w-5 h-5 rounded-max bg-light justify-center mauto m-y-sm"
:class="{
'disnone':form.type==2
}"
>
</view>
</view>
</view> </view>
<view class="form-item border-b m-b-md p-b-xs"> <view class="form-item border-b m-b-md p-b-xs">
<template v-if="form.type==1"> <template v-if="form.type==1">
@ -80,7 +80,7 @@
url="/register/sendSmsCode" url="/register/sendSmsCode"
:data="{ :data="{
phone:form.account, phone:form.account,
country_code:country_code || 86, country_code:country_code || 1,
type:1 type:1
}" }"
></v-code> ></v-code>
@ -146,9 +146,9 @@ export default {
data() { data() {
return { return {
form: { form: {
type: 1, type: 2,
country_code: "", country_code: "",
country_id: 1, country_id: 195,
account: "", account: "",
code: "", code: "",
password: "", password: "",
@ -183,7 +183,7 @@ export default {
return; return;
} }
this.form.type=this.form.type this.form.type=this.form.type
this.form.country_code = this.country_code || 86; this.form.country_code = this.country_code || 1;
Member.register(this.form).then((res) => { Member.register(this.form).then((res) => {
@ -192,22 +192,21 @@ export default {
return false return false
} }
// #ifdef H5 // #ifdef H5
this.$dialog.confirm({ // this.$dialog.confirm({
title: this.$t("common.tips"), // title: this.$t("common.tips"),
message: this.$t('common.toDwon'), // message: this.$t('common.toDwon'),
confirmButtonText: this.$t("common.confirm"), // // confirmButtonText: this.$t("common.confirm"), //
cancelButtonText: this.$t("common.cancel"), // cancelButtonText: this.$t("common.cancel"),
cancel:true // cancel:true
}) // }).then(() => {
.then(() => { // window.open(app.down, "_blank ");
window.open(app.down, "_blank "); // }).catch(()=>{
}).catch(()=>{ // if (this.query.from) {
if (this.query.from) { // this.$back();
this.$back(); // } else {
} else {
this._router.replace("/pages/login/index"); this._router.replace("/pages/login/index");
} // }
}); // });
// #endif // #endif
// #ifdef APP-PLUS // #ifdef APP-PLUS
if (this.query.from) { if (this.query.from) {

3
store/index.js

@ -68,7 +68,8 @@ let store = new Vuex.Store({
if (!uni.getStorageSync('logoMap')) return {}; if (!uni.getStorageSync('logoMap')) return {};
return JSON.parse(uni.getStorageSync('logoMap')) return JSON.parse(uni.getStorageSync('logoMap'))
})(), })(),
lang: uni.getStorageSync('language')||'zh-CN', // lang: uni.getStorageSync('language')||'zh-CN',
lang: uni.getStorageSync('language')||'en',
version:uni.getStorageSync('version'), version:uni.getStorageSync('version'),
langList: [ langList: [
{ {

238
yarn.lock

@ -2,89 +2,171 @@
# yarn lockfile v1 # yarn lockfile v1
axios@^0.20.0: "@babel/helper-module-imports@7.0.0-beta.35":
version "0.20.0" "integrity" "sha1-MI41DnMXUs200PBY3x1wSSXGTgo="
resolved "https://registry.npm.taobao.org/axios/download/axios-0.20.0.tgz?cache=0&sync_timestamp=1608609215811&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faxios%2Fdownload%2Faxios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd" "resolved" "https://registry.nlark.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0-beta.35.tgz?cache=0&sync_timestamp=1623280362184&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-module-imports%2Fdownload%2F%40babel%2Fhelper-module-imports-7.0.0-beta.35.tgz"
integrity sha1-BXujDwSIRpSZOozQf6OUz/EcUL0= "version" "7.0.0-beta.35"
dependencies: dependencies:
follow-redirects "^1.10.0" "@babel/types" "7.0.0-beta.35"
"lodash" "^4.2.0"
call-bind@^1.0.0: "@babel/types@7.0.0-beta.35":
version "1.0.2" "integrity" "sha1-z5M6mpo4SEynJLM1uI2Dcm1auWA="
resolved "https://registry.npm.taobao.org/call-bind/download/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" "resolved" "https://registry.nlark.com/@babel/types/download/@babel/types-7.0.0-beta.35.tgz?cache=0&sync_timestamp=1626804454589&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.0.0-beta.35.tgz"
integrity sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw= "version" "7.0.0-beta.35"
dependencies: dependencies:
function-bind "^1.1.1" "esutils" "^2.0.2"
get-intrinsic "^1.0.2" "lodash" "^4.2.0"
"to-fast-properties" "^2.0.0"
follow-redirects@^1.10.0:
version "1.13.3" "async-validator@^1.11.5":
resolved "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267" "integrity" "sha1-nUPPSe9rt2vlRCOI0Z+5puR1l+o="
integrity sha1-5VmK1QF0wbxOhyMB6CrCzZf5Amc= "resolved" "https://registry.nlark.com/async-validator/download/async-validator-1.11.5.tgz"
"version" "1.11.5"
function-bind@^1.1.1:
version "1.1.1" "async-validator@~1.8.1":
resolved "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" "integrity" "sha1-3D4I7B/Q3dtn5ghC8CwM0c7G1/A="
integrity sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0= "resolved" "https://registry.nlark.com/async-validator/download/async-validator-1.8.5.tgz"
"version" "1.8.5"
get-intrinsic@^1.0.2: dependencies:
version "1.1.1" "babel-runtime" "6.x"
resolved "https://registry.npm.taobao.org/get-intrinsic/download/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
integrity sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y= "axios@^0.20.0":
"integrity" "sha1-BXujDwSIRpSZOozQf6OUz/EcUL0="
"resolved" "https://registry.npm.taobao.org/axios/download/axios-0.20.0.tgz?cache=0&sync_timestamp=1597979633356&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faxios%2Fdownload%2Faxios-0.20.0.tgz"
"version" "0.20.0"
dependencies:
"follow-redirects" "^1.10.0"
"babel-helper-vue-jsx-merge-props@^2.0.0":
"integrity" "sha1-Iq69OzOQIyjlEyk6jkmSs4T58bY="
"resolved" "https://registry.npm.taobao.org/babel-helper-vue-jsx-merge-props/download/babel-helper-vue-jsx-merge-props-2.0.3.tgz"
"version" "2.0.3"
"babel-plugin-component@^1.1.1":
"integrity" "sha1-mwI6I/9cmq4P1WxaGLnKuMTUXuo="
"resolved" "https://registry.npm.taobao.org/babel-plugin-component/download/babel-plugin-component-1.1.1.tgz"
"version" "1.1.1"
dependencies: dependencies:
function-bind "^1.1.1" "@babel/helper-module-imports" "7.0.0-beta.35"
has "^1.0.3"
has-symbols "^1.0.1" "babel-runtime@6.x":
"integrity" "sha1-llxwWGaOgrVde/4E/yM3vItWR/4="
has-symbols@^1.0.1: "resolved" "https://registry.nlark.com/babel-runtime/download/babel-runtime-6.26.0.tgz"
version "1.0.2" "version" "6.26.0"
resolved "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.2.tgz?cache=0&sync_timestamp=1614443484522&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhas-symbols%2Fdownload%2Fhas-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" dependencies:
integrity sha1-Fl0wcMADCXUqEjakeTMeOsVvFCM= "core-js" "^2.4.0"
"regenerator-runtime" "^0.11.0"
has@^1.0.3:
version "1.0.3" "clipboard@^2.0.8":
resolved "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" "integrity" "sha1-/8bBA90pZ6gwBfP2GXaqRlWkzbo="
integrity sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y= "resolved" "https://registry.npm.taobao.org/clipboard/download/clipboard-2.0.8.tgz?cache=0&sync_timestamp=1615409953598&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fclipboard%2Fdownload%2Fclipboard-2.0.8.tgz"
"version" "2.0.8"
dependencies: dependencies:
function-bind "^1.1.1" "good-listener" "^1.2.2"
"select" "^1.1.2"
highcharts@^8.2.0: "tiny-emitter" "^2.0.0"
version "8.2.2"
resolved "https://registry.npm.taobao.org/highcharts/download/highcharts-8.2.2.tgz#3eb1a694cff013d3385c3ca8e58e69a27be52cab" "core-js@^2.4.0":
integrity sha1-PrGmlM/wE9M4XDyo5Y5ponvlLKs= "integrity" "sha1-2TM9+nsGXjR8xWgiGdb2kIWcwuw="
"resolved" "https://registry.nlark.com/core-js/download/core-js-2.6.12.tgz"
lodash@^4.17.20: "version" "2.6.12"
version "4.17.21"
resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.21.tgz?cache=0&sync_timestamp=1613835838133&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" "deepmerge@^1.2.0":
integrity sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw= "integrity" "sha1-EEmdhohEza1P7ghC34x/bwyVp1M="
"resolved" "https://registry.npm.taobao.org/deepmerge/download/deepmerge-1.5.2.tgz"
object-inspect@^1.9.0: "version" "1.5.2"
version "1.9.0"
resolved "https://registry.npm.taobao.org/object-inspect/download/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a" "delegate@^3.1.2":
integrity sha1-yQUh104RJ7ZyZt7TOUrWEWmGUzo= "integrity" "sha1-tmtxwxWFIuirV0T3INjKDCr1kWY="
"resolved" "https://registry.npm.taobao.org/delegate/download/delegate-3.2.0.tgz"
qs@^6.9.4: "version" "3.2.0"
version "6.10.1"
resolved "https://registry.npm.taobao.org/qs/download/qs-6.10.1.tgz?cache=0&sync_timestamp=1616385315895&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a" "element-ui@^2.15.3":
integrity sha1-STFIL6jWR6Wqt5nFJx0hM7mB+2o= "integrity" "sha1-VRCKuCo7zGRuewVwhxxIupYwBlI="
"resolved" "https://registry.nlark.com/element-ui/download/element-ui-2.15.3.tgz"
"version" "2.15.3"
dependencies: dependencies:
side-channel "^1.0.4" "async-validator" "~1.8.1"
"babel-helper-vue-jsx-merge-props" "^2.0.0"
"deepmerge" "^1.2.0"
"normalize-wheel" "^1.0.1"
"resize-observer-polyfill" "^1.5.0"
"throttle-debounce" "^1.0.1"
side-channel@^1.0.4: "esutils@^2.0.2":
version "1.0.4" "integrity" "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q="
resolved "https://registry.npm.taobao.org/side-channel/download/side-channel-1.0.4.tgz?cache=0&sync_timestamp=1609270210432&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fside-channel%2Fdownload%2Fside-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" "resolved" "https://registry.nlark.com/esutils/download/esutils-2.0.3.tgz"
integrity sha1-785cj9wQTudRslxY1CkAEfpeos8= "version" "2.0.3"
"follow-redirects@^1.10.0":
"integrity" "sha1-tC6Nk6Kn7qXtiGM2dtZZe8jjhNs="
"resolved" "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.13.0.tgz?cache=0&sync_timestamp=1597057976909&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.13.0.tgz"
"version" "1.13.0"
"good-listener@^1.2.2":
"integrity" "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA="
"resolved" "https://registry.npm.taobao.org/good-listener/download/good-listener-1.2.2.tgz"
"version" "1.2.2"
dependencies: dependencies:
call-bind "^1.0.0" "delegate" "^3.1.2"
get-intrinsic "^1.0.2"
object-inspect "^1.9.0" "highcharts@^8.2.0":
"integrity" "sha1-PUiTAVyvGnye2FKE2YORHoRGSfM="
vue-i18n@^8.21.0: "resolved" "https://registry.npm.taobao.org/highcharts/download/highcharts-8.2.0.tgz?cache=0&sync_timestamp=1597919354751&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhighcharts%2Fdownload%2Fhighcharts-8.2.0.tgz"
version "8.24.3" "version" "8.2.0"
resolved "https://registry.npm.taobao.org/vue-i18n/download/vue-i18n-8.24.3.tgz?cache=0&sync_timestamp=1617978542920&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-i18n%2Fdownload%2Fvue-i18n-8.24.3.tgz#2233ae11ec59e8204df58a28fc41afe9754e3b41"
integrity sha1-IjOuEexZ6CBN9Yoo/EGv6XVOO0E= "lodash@^4.17.20", "lodash@^4.2.0":
"integrity" "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI="
vuex@^3.5.1: "resolved" "https://registry.npm.taobao.org/lodash/download/lodash-4.17.20.tgz?cache=0&sync_timestamp=1597335994883&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.20.tgz"
version "3.6.2" "version" "4.17.20"
resolved "https://registry.npm.taobao.org/vuex/download/vuex-3.6.2.tgz#236bc086a870c3ae79946f107f16de59d5895e71"
integrity sha1-I2vAhqhww655lG8QfxbeWdWJXnE= "normalize-wheel@^1.0.1":
"integrity" "sha1-rsiGr/2wRQcNhWRH32Ls+GFG7EU="
"resolved" "https://registry.npm.taobao.org/normalize-wheel/download/normalize-wheel-1.0.1.tgz"
"version" "1.0.1"
"qs@^6.9.4":
"integrity" "sha1-kJCykNH5FyjTwi5UhDykSupatoc="
"resolved" "https://registry.npm.taobao.org/qs/download/qs-6.9.4.tgz"
"version" "6.9.4"
"regenerator-runtime@^0.11.0":
"integrity" "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk="
"resolved" "https://registry.nlark.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz?cache=0&sync_timestamp=1626993001371&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fregenerator-runtime%2Fdownload%2Fregenerator-runtime-0.11.1.tgz"
"version" "0.11.1"
"resize-observer-polyfill@^1.5.0":
"integrity" "sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ="
"resolved" "https://registry.nlark.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz"
"version" "1.5.1"
"select@^1.1.2":
"integrity" "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0="
"resolved" "https://registry.npm.taobao.org/select/download/select-1.1.2.tgz"
"version" "1.1.2"
"throttle-debounce@^1.0.1":
"integrity" "sha1-UYU9o3vmihVctugns1FKPEIuic0="
"resolved" "https://registry.npm.taobao.org/throttle-debounce/download/throttle-debounce-1.1.0.tgz?cache=0&sync_timestamp=1604313832516&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fthrottle-debounce%2Fdownload%2Fthrottle-debounce-1.1.0.tgz"
"version" "1.1.0"
"tiny-emitter@^2.0.0":
"integrity" "sha1-HRpW7fxRxD6GPLtTgqcjMONVVCM="
"resolved" "https://registry.npm.taobao.org/tiny-emitter/download/tiny-emitter-2.1.0.tgz"
"version" "2.1.0"
"to-fast-properties@^2.0.0":
"integrity" "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
"resolved" "https://registry.nlark.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz"
"version" "2.0.0"
"vue-i18n@^8.21.0":
"integrity" "sha1-UmRQUl/buch3aFtbpsuVc7c9OUA="
"resolved" "https://registry.npm.taobao.org/vue-i18n/download/vue-i18n-8.21.0.tgz?cache=0&sync_timestamp=1597336528269&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-i18n%2Fdownload%2Fvue-i18n-8.21.0.tgz"
"version" "8.21.0"
"vuex@^3.5.1":
"integrity" "sha1-8bjc6mSbwlJUz09DWAgdv12hiz0="
"resolved" "https://registry.npm.taobao.org/vuex/download/vuex-3.5.1.tgz"
"version" "3.5.1"

Loading…
Cancel
Save