v1.0
This commit is contained in:
parent
d0ea926fef
commit
329a694cd5
|
@ -77,15 +77,9 @@ moduleArr['公共用例'] =
|
||||||
];
|
];
|
||||||
moduleArr['普通用例'] =
|
moduleArr['普通用例'] =
|
||||||
[
|
[
|
||||||
{txt:'Android', val:'android'},
|
{txt:'模块1', val:'模块1'},
|
||||||
{txt:'setting', val:'setting'},
|
{txt:'模块2', val:'模块2'},
|
||||||
{txt:'data', val:'data'},
|
{txt:'模块3', val:'模块3'}
|
||||||
{txt:'system', val:'system'},
|
|
||||||
{txt:'userBehavior', val:'userBehavior'},
|
|
||||||
{txt:'monitor', val:'monitor'},
|
|
||||||
{txt:'H5管理后台', val:'H5_back'},
|
|
||||||
{txt:'H5 SDK', val:'H5_SDK'},
|
|
||||||
{txt:'H5平台', val:'H5_front'}
|
|
||||||
];
|
];
|
||||||
function setModule(type)
|
function setModule(type)
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,16 +28,9 @@
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-3">
|
||||||
<select class="form-control" onchange="selectOnchang(this)" id="selectModule">
|
<select class="form-control" onchange="selectOnchang(this)" id="selectModule">
|
||||||
<option>All</option>
|
<option>All</option>
|
||||||
<option>setting</option>
|
<option>模块1</option>
|
||||||
<option>public</option>
|
<option>模块2</option>
|
||||||
<option>data</option>
|
<option>模块3</option>
|
||||||
<option>system</option>
|
|
||||||
<option>monitor</option>
|
|
||||||
<option>userBehavior</option>
|
|
||||||
<option>android</option>
|
|
||||||
<option>H5_back</option>
|
|
||||||
<option>H5_front</option>
|
|
||||||
<option>H5_SDK</option>
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<label class="control-label col-sm-1" for="name">名称</label>
|
<label class="control-label col-sm-1" for="name">名称</label>
|
||||||
|
|
2438
app/views.py
2438
app/views.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue