Browse Source

长阳分支推送专用
ndbs 2 years ago
parent
commit
b4ef76c66c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js View File

@@ -23,7 +23,7 @@ export default {
"apiHost": [
// "http://cyzjzx.gnway.cc:30626/"//测试地址
// "http://cyzjzx.gnway.cc:29615/"//正式地址
"http://192.168.10.31:8088/"
"http://192.168.10.58:8012/"
],
// "webHost":"http://cyzjzx.gnway.cc:29618/",//测试地址
//"webHost":"http://wxd3f.cyzjzx.com/",//正式地址


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue View File

@@ -33,7 +33,7 @@
</view>
</template>

<l-textarea v-model="remark" :placeholder="`输入${typeText}审核意见`" title="审核意见:" />
<l-textarea v-model="remark" :placeholder="`输入${typeText}意见`" title="审核意见:" />

<view class="padding margin-top bg-white">
<l-button @click="submit" class="block" size="lg" color="green" block>提交流程{{ typeText }}</l-button>


Loading…
Cancel
Save