Go to file
廖德云 9556ecb346 Merge branch 'master' of http://ngtools.cn:53000/ldeyun/cxc-szcx-uniapp
# Conflicts:
#	pages/views/shengchan/ribaoshuju/rbsjLsxq.vue
#	pages/views/shengchan/ribaoshuju/trqRbsj.vue
#	uni_modules/cxc-szcx-dateRangeSelect/components/cxc-szcx-dateRangeSelect/cxc-szcx-dateRangeSelect.vue
2025-03-12 21:50:04 +08:00
.hbuilderx 添加生产数据模块 2025-03-07 02:49:12 +08:00
.vite/deps 添加生产数据模块 2025-03-07 02:49:12 +08:00
api 基于wu-calendar 制作日期选择组件,可推广全站使用,完成天然气和污油的展示。 2025-03-12 17:49:45 +08:00
bpm 添加生产数据模块 2025-03-07 02:49:12 +08:00
certificate 添加生产数据模块 2025-03-07 02:49:12 +08:00
components 添加生产数据模块 2025-03-07 02:49:12 +08:00
pages Merge branch 'master' of http://ngtools.cn:53000/ldeyun/cxc-szcx-uniapp 2025-03-12 21:50:04 +08:00
static 添加生产数据模块 2025-03-07 02:49:12 +08:00
store 添加生产数据模块 2025-03-07 02:49:12 +08:00
uni_modules Merge branch 'master' of http://ngtools.cn:53000/ldeyun/cxc-szcx-uniapp 2025-03-12 21:50:04 +08:00
utils 基于wu-calendar 制作日期选择组件,可推广全站使用,完成天然气和污油的展示。 2025-03-12 17:49:45 +08:00
.env.development Merge branch 'master' of http://ngtools.cn:53000/ldeyun/cxc-szcx-uniapp 2025-03-12 21:50:04 +08:00
.env.production 添加生产数据模块 2025-03-07 02:49:12 +08:00
.gitignore 添加生产数据模块 2025-03-07 02:49:12 +08:00
App.vue 添加生产数据模块 2025-03-07 02:49:12 +08:00
index.html 添加生产数据模块 2025-03-07 02:49:12 +08:00
main.js 添加生产数据模块 2025-03-07 02:49:12 +08:00
manifest.json 添加生产数据模块 2025-03-07 02:49:12 +08:00
package-lock.json 添加生产数据模块 2025-03-07 02:49:12 +08:00
package.json 添加生产数据模块 2025-03-07 02:49:12 +08:00
pages.json 基于wu-calendar 制作日期选择组件,可推广全站使用,完成天然气和污油的展示。 2025-03-12 17:49:45 +08:00
README.md 添加生产数据模块 2025-03-07 02:49:12 +08:00
uni.promisify.adaptor.js 添加生产数据模块 2025-03-07 02:49:12 +08:00
uni.scss 添加生产数据模块 2025-03-07 02:49:12 +08:00

数智产销APP正式版

发布需要在pages/login/login.vue中 将

		localLoginApi({
			username: username.value,
			password: password.value,
			captcha: 'app'

改成

		loginApi({
			username: un,
			password: pw,
			ip: getDeviceIp()