Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-rljj-wx
Project
Project
Details
Activity
Releases
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
rl
hls-rljj-wx
Commits
e26f2b10
Commit
e26f2b10
authored
May 05, 2023
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产环境配置
parent
1ef311ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
emp.vue
src/pages/applications/cmbPolyPay/emp.vue
+27
-0
hlsUtil.js
src/scripts/hlsUtil.js
+1
-1
No files found.
src/pages/applications/cmbPolyPay/emp.vue
0 → 100644
View file @
e26f2b10
<
template
>
<div
class=
"wrap"
>
<div
class=
"hello display_flex justify-content_flex-center align-items_center"
><h2>
升级中
</h2></div>
<Footer
/>
</div>
</
template
>
<
script
>
export
default
{
name
:
'HelloWorld'
,
data
()
{
return
{
wh
:
0
}
},
components
:
{
},
created
(){
}
}
</
script
>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<
style
scoped
>
.hello
{
text-align
:
center
;
height
:
calc
(
100%
-
3.38rem
);}
</
style
>
src/scripts/hlsUtil.js
View file @
e26f2b10
...
...
@@ -236,7 +236,7 @@ export default {
phoneNumber
:
function
(
str
)
{
// ^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(17[0,3,5-8])|(18[0-9])|166|198|199|(147))\\d{8}$
let
reg
=
/^
((
13
[
0-9
]{1})
|
(
14
[
0-9
]{1})
|
(
15
[
0-9
]{1})
|
(
17
[
0-9
]{1})
|
(
18
[
0-9
]{1})
|166|198|199|
(
147
))
+
\d{8}
$/
let
reg
=
/^
((
13
[
0-9
]{1})
|
(
14
[
0-9
]{1})
|
(
15
[
0-9
]{1})
|
(
17
[
0-9
]{1})
|
(
18
[
0-9
]{1})
|
(
19
[
0-9
]{1})
|
166|198|199|
(
147
))
+
\d{8}
$/
return
reg
.
test
(
str
)
},
/**
...
...
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