Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
637ef1cb
Commit
637ef1cb
authored
Mar 05, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增js验证文件和方法
parent
7bb9af01
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
66 additions
and
42 deletions
+66
-42
AuthCode.js
src/assets/utils/AuthCode.js
+7
-0
main.js
src/main.js
+2
-0
index.js
src/plug/index.js
+57
-42
No files found.
src/assets/utils/AuthCode.js
0 → 100644
View file @
637ef1cb
/**
* Created by Administrator on 2018/7/17.
*/
var
AuthCode
=
{
};
export
default
googleMap
;
\ No newline at end of file
src/main.js
View file @
637ef1cb
...
...
@@ -26,6 +26,7 @@ import chartsUtils from './assets/utils/chartsUtils' //图标工具类
import
calendarUtils
from
'./assets/utils/calendarUtils'
//日历帮助类
import
lunarCalendar
from
'./assets/utils/lunarCalendar'
//农历日历帮助类
import
googleMap
from
'./assets/utils/googleMap'
//引入谷歌地图
import
AuthCode
from
'./assets/utils/AuthCode'
//权限编码JS
import
store
from
'./store'
import
languageUtils
from
'./assets/utils/languageUtils'
//引入语言转换帮助类
// import htmlToPdf from './assets/utils/htmlToPdf'
...
...
@@ -53,6 +54,7 @@ Vue.languageUtils=Vue.prototype.$languageUtils=languageUtils
Vue
.
calendarUtils
=
Vue
.
prototype
.
$calendarUtils
=
calendarUtils
Vue
.
lunarCalendar
=
Vue
.
prototype
.
$lunarCalendar
=
lunarCalendar
Vue
.
googleMap
=
Vue
.
prototype
.
$googleMap
=
googleMap
Vue
.
AuthCode
=
Vue
.
prototype
.
$AuthCode
=
AuthCode
Vue
.
prototype
.
$echarts
=
echarts
Vue
.
chartsUtils
=
Vue
.
prototype
.
$chartsUtils
=
chartsUtils
Vue
.
prototype
.
$VueBarcode
=
VueBarcode
...
...
src/plug/index.js
View file @
637ef1cb
This diff is collapsed.
Click to expand it.
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