diff --git a/.env.development b/.env.development index 5fc66da..254c09f 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,8 @@ ENV = 'development' # base api -#VUE_APP_DOMIAN=http://192.168.60.99:9003/ -VUE_APP_DOMIAN=http://hdcontract.ali251.langye.net/ +VUE_APP_DOMIAN=http://192.168.60.99:9003/ +#VUE_APP_DOMIAN=http://hdcontract.ali251.langye.net/ VUE_APP_BASE_API = '' VUE_APP_UPLOAD=http://hdcontract.ali251.langye.net/api/admin/upload-file #VUE_APP_UPLOAD=http://192.168.60.99:9003/api/admin/upload-file diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index e5e2eee..66e9c30 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -568,10 +568,10 @@ -
+
@@ -612,6 +612,7 @@ export default { }, data() { return { + isShowNoPay:true, nopay: [], nopayTable: [ { @@ -1337,6 +1338,7 @@ export default { .then((response) => { console.log(response); this.user = response; + this.isShowNoPay =!(this.user.username=="zhongaicheng"); }) .catch((error) => {}); }, diff --git a/vue.config.js b/vue.config.js index c1625b9..7a8e1e3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -26,7 +26,7 @@ module.exports = { * Detail: https://cli.vuejs.org/config/#publicpath */ publicPath: '/admin/', - outputDir: '/Users/liuxiangyu/Work/szhedao/app/contract-business/contract-business-service/public/admin', + outputDir: '/Users/mac/Documents/Work/s-苏州河道/code/contract-business-service/public/admin', assetsDir: 'static', lintOnSave: process.env.NODE_ENV === 'development', productionSourceMap: false,