Commit 50cfbf16 authored by 刘怀志's avatar 刘怀志

init-3

parent 500da306
...@@ -4,9 +4,9 @@ module.exports = { ...@@ -4,9 +4,9 @@ module.exports = {
// baseUrl: 'http://localhost:8091', // baseUrl: 'http://localhost:8091',
// baseUrl: 'http://114.67.241.140:8091', // baseUrl: 'http://114.67.241.140:8091',
/* 原*/ /* 原*/
baseUrl: 'https://qf.91isoft.com/cw', // baseUrl: 'https://qf.91isoft.com/cw',
/* 换*/ /* 换*/
/* baseUrl: 'http://47.92.55.88:8091',*/ baseUrl: 'http://103.131.168.155:8001/ae-api',
// imageUrl: 'http://localhost:8090', // imageUrl: 'http://localhost:8090',
/* 原*/ /* 原*/
imageUrl: 'https://qf.91isoft.com/cwfile', imageUrl: 'https://qf.91isoft.com/cwfile',
......
{ {
"name": "pet-customer-app", "name": "db_qms_app",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"repository": "http://gitlab.91isoft.com:90/liuhuaizhi/pet-customer-app.git", "repository": "http://gitlab.91isoft.com:90/liuhuaizhi/db_qms_app.git",
"author": "liuhuaizhi <liuhuaizhi@91isoft.com>", "author": "liuhuaizhi <liuhuaizhi@91isoft.com>",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
......
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
{ {
"path": "pages/login", "path": "pages/login",
"style": { "style": {
"navigationBarTitleText": "邦宠宝", "navigationBarTitleText": "DHEC QMS",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/index", "path": "pages/index",
"style": { "style": {
"navigationBarTitleText": "邦宠宝", "navigationBarTitleText": "DHEC QMS",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
...@@ -396,7 +396,17 @@ ...@@ -396,7 +396,17 @@
}, },
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "邦宠宝", "navigationBarTitleText": "DHEC QMS",
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
} },
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
} }
<template> <template>
<view class="service" :style="{backgroundImage: `url(${baseUrl}${backImage})`}"> <view class="service" :style="{backgroundImage: `url(${baseUrl}${backImage})`}">
<ya-navbar title="邦宠宝" :left-icon="baseUrl+'/tmt-pic/pet-app/home_icon_dingwei@2x.png'" :left-text="homeAdress" :title-style="{color: '#FFFFFF',fontSize: '40rpx',fontWeight: 'bold'}" /> <ya-navbar title="DHEC QMS" :left-icon="baseUrl+'/tmt-pic/pet-app/home_icon_dingwei@2x.png'" :left-text="homeAdress" :title-style="{color: '#FFFFFF',fontSize: '40rpx',fontWeight: 'bold'}" />
<!-- <view class="topAdress">--> <!-- <view class="topAdress">-->
<!-- <image :src="baseUrl+'/tmt-pic/pet-app/home_icon_dingwei@2x.png'" style="width: 40rpx;height: 40rpx;" />--> <!-- <image :src="baseUrl+'/tmt-pic/pet-app/home_icon_dingwei@2x.png'" style="width: 40rpx;height: 40rpx;" />-->
<!-- <text--> <!-- <text-->
......
<template> <template>
<view class="normal-login-container"> <view class="normal-login-container">
<ya-navbar title="邦宠宝" :left-icon="null" :title-style="'color: #343744;font-weight: bold;font-size: 40rpx;'" /> <ya-navbar title="DHEC QMS" :left-icon="null" :title-style="'color: #343744;font-weight: bold;font-size: 40rpx;'" />
<!-- 上方文字布局 --> <!-- 上方文字布局 -->
<view class="top-text-layout"> <view class="top-text-layout">
<view class="first-line"> <view class="first-line">
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
/> />
</u-checkbox-group> </u-checkbox-group>
<text class="text-agree">我已阅读并同意</text> <text class="text-agree">我已阅读并同意</text>
<text class="text-private" @click="handleToSetting">邦宠宝用户协议》</text> <text class="text-private" @click="handleToSetting">DHEC QMS用户协议》</text>
<text class="text-and"></text> <text class="text-and"></text>
<text class="text-private" @click="handleHelp">《邦宠</text> <text class="text-private" @click="handleHelp">《邦宠</text>
</view> </view>
...@@ -115,13 +115,13 @@ export default { ...@@ -115,13 +115,13 @@ export default {
// wx.login 调用所获取到的 code // wx.login 调用所获取到的 code
code: '', code: '',
// 默认的logo // 默认的logo
defaultLogo: 'http://114.67.241.140:9000/tmt-pic/business/db9d6c62bf4243e4aa403f6619deae06-chushi_icon_logo@2x.png', defaultLogo: require('../static/images/logo.png'),
imageUrl: config.imageUrl imageUrl: config.imageUrl
} }
}, },
created() { created() {
this.getCode() // this.getCode()
this.getLogo() // this.getLogo()
}, },
onLoad() { onLoad() {
console.log('微信登陆页面') console.log('微信登陆页面')
......
<template> <template>
<view class="mine-container"> <view class="mine-container">
<ya-navbar title="邦宠宝" :left-icon="null" /> <ya-navbar title="DHEC QMS" :left-icon="null" />
<scroll-view class="scroll-y" scroll-y style="margin: 30rpx 0 0 0;"> <scroll-view class="scroll-y" scroll-y style="margin: 30rpx 0 0 0;">
<view style="height: 16rpx;background: #F0F0F0;" /> <view style="height: 16rpx;background: #F0F0F0;" />
<!--顶部个人信息栏--> <!--顶部个人信息栏-->
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<view class="class-label"> <view class="class-label">
<u-row> <u-row>
<u-col :span="9.6"> <u-col :span="9.6">
<view class="label-left">邦宠宝</view> <view class="label-left">DHEC QMS</view>
</u-col> </u-col>
<u-col :span="6"> <u-col :span="6">
<view class="label-right">{{ article.articleCreateTime }}</view> <view class="label-right">{{ article.articleCreateTime }}</view>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<text>{{ item.articleTitle }}</text> <text>{{ item.articleTitle }}</text>
</view> </view>
<view class="card-source"> <view class="card-source">
<text>邦宠宝</text> <text>DHEC QMS</text>
</view> </view>
</view> </view>
</view> </view>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<text>{{ item.articleTitle }}</text> <text>{{ item.articleTitle }}</text>
</view> </view>
<view class="card-source"> <view class="card-source">
<text>邦宠宝</text> <text>DHEC QMS</text>
</view> </view>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment