master
parent
ead30c3479
commit
2a90fe91bc
|
|
@ -48,7 +48,7 @@
|
||||||
},
|
},
|
||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"appid" : "wx29a83645aa2b4ebd",
|
"appid" : "wx025fc2befe501fda",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false,
|
"urlCheck" : false,
|
||||||
"es6" : false,
|
"es6" : false,
|
||||||
|
|
|
||||||
157
pages.json
157
pages.json
|
|
@ -30,53 +30,25 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/translation/translation",
|
"path": "pages/translation/translation",
|
||||||
"style": {
|
"style": { "navigationBarTitleText": "录入清单" }
|
||||||
"navigationBarTitleText": "录入清单"
|
},
|
||||||
}
|
{ "path": "pages/addProduct/addProduct", "style": { "navigationBarTitleText": "" } },
|
||||||
}
|
{ "path": "pages/batchDeleteProduct/batchDeleteProduct", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/edit/edit", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/addBrand/addBrand", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/BrandSelector/BrandSelector", "style": { "navigationBarTitleText": "选择品牌" } },
|
||||||
|
{ "path": "pages/user/user", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/settings/settings", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/asset/asset", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/enter/enter", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/storeSelect/storeSelect", "style": { "navigationBarTitleText": "选择门店" } },
|
||||||
|
{ "path": "pages/import/import", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/userStores/userStores", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/category/category", "style": { "navigationBarTitleText": "" } },
|
||||||
|
{ "path": "pages/back/back", "style": { "navigationBarTitleText": "" } }
|
||||||
],
|
],
|
||||||
"subPackages": [
|
"subPackages": [
|
||||||
{
|
|
||||||
"root": "pages/mine",
|
|
||||||
"pages": [
|
|
||||||
{"path": "avatar/index",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "修改头像"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "info/index",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "个人信息"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "info/edit",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "编辑资料"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "pwd/index",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "修改密码"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "setting/index",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "应用设置"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "help/index",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "常见问题"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "about/index",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "关于我们"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"root": "pages/common",
|
"root": "pages/common",
|
||||||
"pages": [
|
"pages": [
|
||||||
|
|
@ -92,99 +64,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"root": "pages/product",
|
|
||||||
"pages": [
|
|
||||||
{"path": "../addProduct/addProduct",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../batchDeleteProduct/batchDeleteProduct",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../edit/edit",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"root": "pages/brand",
|
|
||||||
"pages": [
|
|
||||||
{
|
|
||||||
"path": "../addBrand/addBrand",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../BrandSelector/BrandSelector",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "选择品牌"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"root": "pages/other",
|
|
||||||
"pages": [
|
|
||||||
|
|
||||||
{"path": "../user/user",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "../settings/settings",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "../asset/asset",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "../enter/enter",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "../storeSelect/storeSelect",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "选择门店"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{"path": "../import/import",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../userStores/userStores",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../category/category",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../back/back",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
|
|
@ -215,4 +94,4 @@
|
||||||
"navigationBarTitleText": "RuoYi",
|
"navigationBarTitleText": "RuoYi",
|
||||||
"navigationBarBackgroundColor": "#FFFFFF"
|
"navigationBarBackgroundColor": "#FFFFFF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -221,32 +221,32 @@
|
||||||
<view class="save-button-container">
|
<view class="save-button-container">
|
||||||
<button class="save-button" @tap="handleSave">保存</button>
|
<button class="save-button" @tap="handleSave">保存</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
|
||||||
|
<!-- 微信小程序全屏扫码覆盖层 -->
|
||||||
<!-- 微信小程序全屏扫码覆盖层 -->
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
<!-- #ifdef MP-WEIXIN -->
|
<view v-if="showScanner" class="scanner-overlay">
|
||||||
<view v-if="showScanner" class="scanner-overlay">
|
<camera
|
||||||
<camera
|
class="scanner-camera"
|
||||||
class="scanner-camera"
|
mode="scanCode"
|
||||||
mode="scanCode"
|
device-position="back"
|
||||||
device-position="back"
|
flash="off"
|
||||||
flash="off"
|
@scancode="onOverlayScanResult"
|
||||||
@scancode="onOverlayScanResult"
|
>
|
||||||
>
|
<cover-view class="scanner-mask">
|
||||||
<cover-view class="scanner-mask">
|
<cover-view class="scanner-box">
|
||||||
<cover-view class="scanner-box">
|
<cover-view class="box-corner tl"></cover-view>
|
||||||
<cover-view class="box-corner tl"></cover-view>
|
<cover-view class="box-corner tr"></cover-view>
|
||||||
<cover-view class="box-corner tr"></cover-view>
|
<cover-view class="box-corner bl"></cover-view>
|
||||||
<cover-view class="box-corner bl"></cover-view>
|
<cover-view class="box-corner br"></cover-view>
|
||||||
<cover-view class="box-corner br"></cover-view>
|
</cover-view>
|
||||||
|
<cover-view class="scanner-actions">
|
||||||
|
<cover-view class="scanner-btn" @tap="closeScanner">关闭</cover-view>
|
||||||
|
</cover-view>
|
||||||
</cover-view>
|
</cover-view>
|
||||||
<cover-view class="scanner-actions">
|
</camera>
|
||||||
<cover-view class="scanner-btn" @tap="closeScanner">关闭</cover-view>
|
</view>
|
||||||
</cover-view>
|
<!-- #endif -->
|
||||||
</cover-view>
|
|
||||||
</camera>
|
|
||||||
</view>
|
</view>
|
||||||
<!-- #endif -->
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue