#修复人员点击bug
This commit is contained in:
parent
3cfdf90b24
commit
c718792e76
|
@ -6083,8 +6083,8 @@ $(function () {
|
|||
//-------------------------------------------------webscoket-------------------------------------------------------
|
||||
function connect_websocket() {
|
||||
console.log("6666");
|
||||
var str = "ws://111.21.80.34:9004";
|
||||
// var str = "ws://172.28.100.50:50332";
|
||||
// var str = "ws://111.21.80.34:9004";
|
||||
var str = "ws://172.28.100.50:50332";
|
||||
|
||||
|
||||
// if (window.s) {
|
||||
|
|
|
@ -128,10 +128,10 @@ USE_TZ = True
|
|||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/2.1/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_URL = 'static/'
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, "/static/"),
|
||||
os.path.join(BASE_DIR, "static/"),
|
||||
]
|
||||
|
||||
STATIC_ROOT = '/var/www/p3/linbei/static'
|
||||
|
|
Loading…
Reference in New Issue