parent
b6e976f9f2
commit
f8dc14aab4
File diff suppressed because it is too large
Load Diff
|
@ -5,7 +5,7 @@
|
|||
"author": "",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.151.75",
|
||||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.8.124",
|
||||
"start": "npm run dev",
|
||||
"unit": "jest --config test/unit/jest.conf.js --coverage",
|
||||
"e2e": "node test/e2e/runner.js",
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
// eslint-disable-next-line no-unused-vars
|
||||
const config = {
|
||||
weburl: 'http://192.168.0.100:8080/', // 前台地址
|
||||
httpurl: 'http://192.168.0.100:8091/', // 后台地址
|
||||
weburl: 'http://192.168.8.124:8080/', // 前台地址
|
||||
httpurl: 'http://192.168.8.124:8091/', // 后台地址
|
||||
qyurl: 'https://qgqy.qhdsafety.com/', // 企业前台
|
||||
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
||||
// 正式
|
||||
fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址
|
||||
fileUrl: 'https://wwag.qhdsafety.com/file/', // 附件服务器地址
|
||||
weburlWaiwang: 'https://qgqy.qhdsafety.com/', // 服务器外网地址
|
||||
httpurlWaiwang: 'https://qgqy.qhdsafety.com/qa-prevention-gwj/', // ,
|
||||
fileUrlWaiwang: 'https://qgqy.qhdsafety.com/file/', // 服务器外网 附件地址,
|
||||
|
|
Loading…
Reference in New Issue